[
https://issues.apache.org/jira/browse/IGNITE-21209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-21209:
---------------------------------------
Labels: ignite-3 (was: )
> Do not try handle PrimaryReplicaMissException on transaction operation
> ----------------------------------------------------------------------
>
> Key: IGNITE-21209
> URL: https://issues.apache.org/jira/browse/IGNITE-21209
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
>
> h3. Motivation
> A transaction enlists a primary replica before making an operation request.
> But the PrimaryReplicaMissException can be thrown after the request tries to
> be sent. This means that any ties to remap the request cannot enlist a new
> primary replica, and all this is meaningless. The code, which handles the
> PrimaryReplicaMissException, just wastes time.
> h3. Definition of done
> Do not handle the PrimaryReplicaMissException on any transaction operation
> after the primary replica is already enlisted.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)