Description
java.util.concurrent.CompletionException: org.apache.ignite.internal.replicator.exception.PrimaryReplicaMissException: IGN-REP-6 TraceId:72a5da42-c429-447a-aaf3-86c1137994dd The primary replica has changed because the term has been changed [expectedPrimaryReplicaTerm=1, currentPrimaryReplicaTerm=2]
Looks like we should handle and retry PrimaryReplicaMissException in the server streamer.
Attachments
Attachments
Issue Links
- is caused by
-
IGNITE-18856 Switch primary replica calls from Raft leader to primary replica
- Resolved