[
https://issues.apache.org/jira/browse/IGNITE-5935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625418#comment-16625418
]
Vladimir Ozerov edited comment on IGNITE-5935 at 9/24/18 6:24 AM:
------------------------------------------------------------------
Propagation of involved TX nodes on prepare stage:
{{GridDistributedTxPrepareRequest.transactionNodes}}
Recovery trigger: {{IgniteTxManager.commitIfPrepared}}
Recovery request processing: {{IgniteTxHandler.processCheckPreparedTxRequest}}
was (Author: vozerov):
Propagation of involved TX nodes on prepare stage:
{{GridDistributedTxPrepareRequest.transactionNodes}}
Recovery trigger: {{IgniteTxManager.commitIfPrepared}}
> MVCC TX: Tx recovery protocol
> -----------------------------
>
> Key: IGNITE-5935
> URL: https://issues.apache.org/jira/browse/IGNITE-5935
> Project: Ignite
> Issue Type: Task
> Components: cache, mvcc
> Reporter: Semen Boikov
> Priority: Major
> Fix For: 2.7
>
>
> Tx recovery doesn't work properly for txs over MVCC enabled caches using
> Cache API. It requires MvccSnapshot which may not be acquired at recovery
> time.
> Need to implement logic for checking whether snapshot was already gotten by
> one of tx participants and use existing one, request and spread between
> participants a new snapshot otherwise.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)