Vladimir Ozerov created IGNITE-11514:
----------------------------------------
Summary: MVCC: Client listener: do not delegate implicit operation execution to separate thread for JDBC/ODBC
Key: IGNITE-11514
URL:
https://issues.apache.org/jira/browse/IGNITE-11514 Project: Ignite
Issue Type: Task
Components: jdbc, mvcc, odbc
Reporter: Vladimir Ozerov
If implicit operation over MVCC cache(s) is executed from JDBC/ODBC driver, we always delegate it to a separate thread. But there is no need to do this - once we understand that no active transaction will be left after execution, query could be executed from normal listener thread safely.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)