You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/01/19 16:43:00 UTC

[jira] [Created] (IGNITE-7481) Suspended transaction rollbacs incorrectly

Alexey Kuznetsov created IGNITE-7481:
----------------------------------------

             Summary: Suspended transaction rollbacs incorrectly  
                 Key: IGNITE-7481
                 URL: https://issues.apache.org/jira/browse/IGNITE-7481
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov


When we suspend transaction, and then timeout occures , transaction would be rollbacked incorrectly.
One of incorrect behaviors : rollback\end tx metrics are not incremented.
Thre reason is that transactionMap is cleared when we suspend transaction.
We need not clear transactionMap.




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