Andrew Mashenkov created IGNITE-10445:
-----------------------------------------
Summary: Move Tx state to offheap.
Key: IGNITE-10445
URL:
https://issues.apache.org/jira/browse/IGNITE-10445 Project: Ignite
Issue Type: Improvement
Components: cache
Reporter: Andrew Mashenkov
For now TxManager track tx state in on-heap bounded map structure. Map size can be changed with system prop-ty IGNITE_MAX_COMPLETED_TX_COUNT.
Let's move tx structures to offheap like it is done for Mvcc transaction (TxLog).
Also seems, we can use tx writeVersion as a commitVersion.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)