[
https://issues.apache.org/jira/browse/IGNITE-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16624561#comment-16624561
]
ASF GitHub Bot commented on IGNITE-8930:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/4810
IGNITE-8930: ODBC cursors closed properly on server side
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/4810.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 #4810
----
commit 9b140e1bf076d440c6d8ee690e9e649ff5721730
Author: Igor Sapego <isapego@...>
Date: 2018-09-22T08:43:41Z
IGNITE-8930: Added test
commit 60a4aa56e987d55eddbc72c2850aad2442fa3ab5
Author: Igor Sapego <isapego@...>
Date: 2018-09-22T08:44:09Z
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)