You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Kondakov (JIRA)" <ji...@apache.org> on 2018/09/06 14:40:00 UTC

[jira] [Created] (IGNITE-9484) MVCC TX: Handling transactions from multiple threads in jdbc requests handler.

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)