Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-05 Thread tizh
Yes, we decided to look into the go client. Thank you very much for your help. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-04 Thread Igor Sapego
It seems like a bug. I've filed a ticket for it: [1]. I'll try to have a look at it soon. By the way, have you tried Go client for Ignite [2]? [1] - https://issues.apache.org/jira/browse/IGNITE-8930 [2] - https://github.com/amsokol/ignite-go-client Best Regards, Igor On Wed, Jul 4, 2018 at 7:3

Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-04 Thread tizh
Hi Igor, Here is the error I have been getting repeatedly: 2018/06/29 20:46:06 SQLExecute: {HY000} Too many open cursors (either close other open cursors or increase the limit through ClientConnectorConfiguration.maxOpenCursorsPerConnection) [maximum=128, current=128] So far we have been able

Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-04 Thread Igor Sapego
Understood. I can not see the error text, though. Can you insert it as a plain text? Best Regards, Igor On Tue, Jul 3, 2018 at 8:28 PM tizh wrote: > Hi Igor, > > Thank you very much for the response. I have installed > apache-ignite-fabric-2.6.0.20180703-bin.zip and started a cluster from the

Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-03 Thread tizh
Hi Igor, Thank you very much for the response. I have installed apache-ignite-fabric-2.6.0.20180703-bin.zip and started a cluster from the list of nightly build here: https://ci.ignite.apache.org/viewLog.html?buildId=lastSuccessful&buildTypeId=Releases_NightlyRelease_RunApacheIgniteNightlyRele

Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-03 Thread Igor Sapego
Are you on Linux or Windows? Can you try nightly build [1] to check if the issue persist? [1] - https://ci.ignite.apache.org/project.html?projectId=Releases_NightlyRelease Best Regards, Igor On Mon, Jul 2, 2018 at 8:02 PM tizh wrote: > Hi Igor, > I am using version 2.5.0. Thanks > Ti > > > >

Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-02 Thread tizh
Hi Igor, I am using version 2.5.0. Thanks Ti -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-07-02 Thread Igor Sapego
What is Ignite version you are on? Best Regards, Igor On Sat, Jun 30, 2018 at 9:28 PM tizh wrote: > I am writing a program in Golang that connects to local Ignite clusters > through an ODBC driver package written in Go. > > During development I began getting this error repeatedly: > > > > I hav

Is it possible to configure Apache Ignite QueryCursor to be autocloseable in the xml configuration file?

2018-06-30 Thread tizh
I am writing a program in Golang that connects to local Ignite clusters through an ODBC driver package written in Go. During development I began getting this error repeatedly: I have looked into the source code of the golang ODBC driver I used, which calls `SQLCloseCursor` promptly when my code