[ https://issues.apache.org/jira/browse/IGNITE-20376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavel Tupitsyn resolved IGNITE-20376. ------------------------------------- Resolution: Fixed > ItServerDataStreamerTest.testManyItems is flaky: PrimaryReplicaMissException > ---------------------------------------------------------------------------- > > Key: IGNITE-20376 > URL: https://issues.apache.org/jira/browse/IGNITE-20376 > Project: Ignite > Issue Type: Bug > Affects Versions: 3.0.0-beta1 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Priority: Major > Labels: ignite-3 > Fix For: 3.0.0-beta2 > > Attachments: ignite-20376.txt > > > {code} > 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] > {code} > Looks like we should handle and retry *PrimaryReplicaMissException* in the > server streamer. -- This message was sent by Atlassian Jira (v8.20.10#820010)