You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "siddhantsangwan (via GitHub)" <gi...@apache.org> on 2023/02/27 13:01:45 UTC

[GitHub] [ozone] siddhantsangwan opened a new pull request, #4321: HDDS-8034. Check container replication health before scheduling move in MoveManager

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] sodonnel merged pull request #4321: HDDS-8034. Check container replication health before scheduling move in MoveManager

Posted by "sodonnel (via GitHub)" <gi...@apache.org>.
sodonnel merged PR #4321:
URL: https://github.com/apache/ozone/pull/4321


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org