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 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-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-02 Thread tizh
Hi Igor, I am using version 2.5.0. Thanks Ti -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

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