[
https://issues.apache.org/jira/browse/IGNITE-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552859#comment-16552859
]
ASF GitHub Bot commented on IGNITE-8930:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/4407
IGNITE-8930: Cursors are closed properly by ODBC now
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8930
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4407.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4407
----
commit cf5269b554a43e6add7fe67d5d9f1481a7858246
Author: Igor Sapego <isapego@...>
Date: 2018-07-23T13:05:06Z
IGNITE-8930: Added test
commit 8525b8d8a0de153ae94177fdaa2d3ae74c23f0d2
Author: Igor Sapego <isapego@...>
Date: 2018-07-23T13:11:28Z
IGNITE-8930: Fix
----
> ODBC: Cursors are not closed when used through Go
> -------------------------------------------------
>
> Key: IGNITE-8930
> URL: https://issues.apache.org/jira/browse/IGNITE-8930
> Project: Ignite
> Issue Type: Bug
> Components: odbc
> Affects Versions: 2.5
> Reporter: Igor Sapego
> Assignee: Igor Sapego
> Priority: Major
> Labels: odbc
> Fix For: 2.7
>
>
> Client used: https://github.com/alexbrainman/odbc
> Example app for reproducing:
> [https://github.com/nombiezinja/ignite-cursor-example]
> After several execution of statements user begins to get the following error:
> {noformat}
> 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]{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)