Roman Kondakov created IGNITE-9484: -------------------------------------- Summary: MVCC TX: Handling transactions from multiple threads in jdbc requests handler. Key: IGNITE-9484 URL: https://issues.apache.org/jira/browse/IGNITE-9484 Project: Ignite Issue Type: Task Components: jdbc, mvcc Reporter: Roman Kondakov
JDBC requests may be handled by the different threads of thread pool even if they belong to the same transaction. As a workaround a dedicated worker thread is created for each session, which is not the best solution. it is much better to have an abiltity to drive {{Near}} transactions from different threads in the cases when transaction actions are applied sequentially. -- This message was sent by Atlassian JIRA (v7.6.3#76005)