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)