siddhantsangwan opened a new pull request, #4321:
URL: https://github.com/apache/ozone/pull/4321

   ## What changes were proposed in this pull request?
   
   `MoveManager#move` already checks if a container has any in-flight (pending) 
Adds or Deletes before scheduling a move. However, there is some time between 
the replication thread checking the health of a container and queuing it and 
the `UnhealthyReplicationProcessor` thread picking containers from the queue 
and scheduling Adds and Deletes. To be safe, we should also check the 
container's health in `MoveManager` before scheduling move.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-8034
   
   ## How was this patch tested?
   
   Added UT.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to