[
https://issues.apache.org/jira/browse/IGNITE-21375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin updated IGNITE-21375:
-------------------------------------
Description:
h3. Motivation
On the one hand according to [~vpyatkov] updating txnstate within RO flow
brings us 20% performance drop, on the other hand RO transaction updates
corresponding state only for testing purposes, precisely in order to check
whether transaction rollback was called. See
org.apache.ignite.internal.tx.TxManager#pending for more details.
h3. Definition of Done
* Eliminate txnState local map updates within RO txn flow.
* Implement different mechanism for txn cleanup verification instead of
txnState local map based one.
> RO transations should not update txnState local map
> ---------------------------------------------------
>
> Key: IGNITE-21375
> URL: https://issues.apache.org/jira/browse/IGNITE-21375
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexander Lapin
> Priority: Major
> Labels: ignite-3, performance
>
> h3. Motivation
> On the one hand according to [~vpyatkov] updating txnstate within RO flow
> brings us 20% performance drop, on the other hand RO transaction updates
> corresponding state only for testing purposes, precisely in order to check
> whether transaction rollback was called. See
> org.apache.ignite.internal.tx.TxManager#pending for more details.
> h3. Definition of Done
> * Eliminate txnState local map updates within RO txn flow.
> * Implement different mechanism for txn cleanup verification instead of
> txnState local map based one.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)