[
https://issues.apache.org/jira/browse/IGNITE-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov resolved IGNITE-17822.
-----------------------------------
Resolution: Fixed
merged to tx branch as ec0244b3275bb9917131d841e732bcd40d05c2fb
> CAS of tx state storage should be idempotent
> --------------------------------------------
>
> Key: IGNITE-17822
> URL: https://issues.apache.org/jira/browse/IGNITE-17822
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Chudov
> Assignee: Denis Chudov
> Priority: Major
> Labels: ignite-3
>
> Retries of transaction on recovery should be idempotent, this means that
> TxStateStorage.compareAndSet should return true not only when actualState ==
> expectedState but also when actualState == stateToSet.
> Commit timestamp should be generated on transaction coordinator, only in case
> of commit, and added to TxFinishReplicaRequest. It should be checked on CAS
> to check actualState == stateToSet.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)