You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Kovalenko (JIRA)" <ji...@apache.org> on 2018/08/14 17:08:00 UTC

[jira] [Created] (IGNITE-9271) Implement transaction commit using thread per partition model

Pavel Kovalenko created IGNITE-9271:
---------------------------------------

             Summary: Implement transaction commit using thread per partition model
                 Key: IGNITE-9271
                 URL: https://issues.apache.org/jira/browse/IGNITE-9271
             Project: Ignite
          Issue Type: Sub-task
          Components: cache
            Reporter: Pavel Kovalenko
            Assignee: Pavel Kovalenko
             Fix For: 2.7


Currently, we perform commit of a transaction from sys thread and do write operations with multiple partitions.
We should delegate such operations to an appropriate thread and wait for results.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)