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


   ## What changes were proposed in this pull request?
   
   After determining over and under utilized nodes, container matches source 
with target and identifies containers to move. A source is either over or 
within threshold utilized, while a target is under utilized. The grouping of a 
target datanode and container to move is being called `ContainerMoveSelection`. 
The selection must satisfy selection criteria, such as:
   
   1. Containers should not be undergoing replication
   2. Container should not already be selected for balancing
   3. etc. as mentioned in the design doc
   
   The selection criteria currently not satisfied is: Try to move containers 
that are not following Placement Policy.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4929
   
   ## How was this patch tested?
   
   Added Unit tests: `TestContainerBalancer`
   


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