EgorKuts opened a new pull request, #7065: URL: https://github.com/apache/ignite-3/pull/7065
inside org.apache.ignite.internal.partition.replicator.PartitionReplicaLifecycleManager#handleChangePendingAssignmentEvent(org.apache.ignite.internal.replicator.ZonePartitionId, org.apache.ignite.internal.partitiondistribution.Assignments, org.apache.ignite.internal.partitiondistribution.Assignments, long, boolean) we check for replicaMgr.isReplicaStarted(replicaGrpId) and then use replicaMgr.replica(replicaGrpId).thenAccept(..), but it's possible for replica disappear between the calls and cause NPE https://issues.apache.org/jira/browse/IGNITE-27159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
