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

   ## What changes were proposed in this pull request?
   
   A issue found when there is decommissioning/ed datanodes in the cluster.
   
   A container has 4 replicas, 1 on the to be removed DN. In current check 
logic, the container's health result is OK, but one replica sits on the to be 
removed DN, and it's not in the dnList to be checked with, so this container is 
marked skipped.
   
   This issue will cause SCM skipping all the containers resides on the 
decommissioned DNs, slowing down the deletion speed.
   
   This ticket is update the logic of this check, checking the health based on 
the filter result.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-13914
   
   ## How was this patch tested?
   
   Update logic, original tests should keep basic logic correct.
   


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