[
https://issues.apache.org/jira/browse/IGNITE-27159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Egor Kuts reassigned IGNITE-27159:
----------------------------------
Assignee: Egor Kuts
> Possible NPE in PartitionReplicaLifecycleManager
> ------------------------------------------------
>
> Key: IGNITE-27159
> URL: https://issues.apache.org/jira/browse/IGNITE-27159
> Project: Ignite
> Issue Type: Bug
> Components: replication ai3
> Reporter: Egor Kuts
> Assignee: Egor Kuts
> Priority: Major
> Labels: ignite-3
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)