EgorKuts opened a new pull request, #7222:
URL: https://github.com/apache/ignite-3/pull/7222

   In this PR I fix NPE issue occured in pending assigment handling. 
   
   Inside 
org.apache.ignite.internal.partition.replicator.PartitionReplicaLifecycleManager#writeZoneAssignmentsToMetastore
 when the conditional write fails (meaning assignments already exist), the code 
calls metaStorageMgr.getAll(partKeys) without a revision parameter. This 
returns the latest assignments from the distributed metastore, which could have 
a higher revision than the recovery revision.
   
   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]

Reply via email to