Mirza Aliev created IGNITE-26763:
------------------------------------

             Summary: Improve busy lock coverage for the stop partition flow
                 Key: IGNITE-26763
                 URL: https://issues.apache.org/jira/browse/IGNITE-26763
             Project: Ignite
          Issue Type: Improvement
            Reporter: Mirza Aliev


h3. Motivation

Currently {{PartitionReplicaLifecycleManager#stopPartitionInternal}} is 
implemented in the way that such operation supposed to be performed only in 
node stop flow: 


{code:java}
// Not using the busy lock here, because this method is called on component 
stop.
{code}
 
Now this assumption is wrong, because partition restart/restart with cleanup 
reuses such logic and it could be performed not only in node stop flow.

We need to cover {{#stopPartition}} with corresponding busy locks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to