[jira] [Created] (IGNITE-6330) Thin clients: close query cursors on disconnect

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6330) Thin clients: close query cursors on disconnect

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-6330:
--------------------------------------

             Summary: Thin clients: close query cursors on disconnect
                 Key: IGNITE-6330
                 URL: https://issues.apache.org/jira/browse/IGNITE-6330
             Project: Ignite
          Issue Type: Bug
          Components: jdbc, odbc
            Reporter: Pavel Tupitsyn
             Fix For: 2.3


{{JdbcRequestHandler}} and {{OdbcRequestHandler}} store active cursors in {{qryCursors}} map. If client connection abruptly ends, these cursors are not closed properly.

{{SqlListenerNioListener.onDisconnected}} should call {{SqlListenerConnectionContext.onDisconnected}}, and connection context should clean up all resources there.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)