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)