Vladimir Ozerov created IGNITE-2674:
---------------------------------------
Summary: Cursors should be removed in case of exception only in OdbcRequestHandler.executeQuery() method.
Key: IGNITE-2674
URL:
https://issues.apache.org/jira/browse/IGNITE-2674 Project: Ignite
Issue Type: Sub-task
Reporter: Vladimir Ozerov
Assignee: Igor Sapego
It is not clear why do we remove query cursor from map in case of exception in OdbcRequestHandler.fetchQuery().
If user has some try-finally construct on the client side and will try to close the request after this exception, he will receive another one from close() method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)