ozone icon indicating copy to clipboard operation
ozone copied to clipboard

HDDS-14186. [DiskBalancer] Don't pick size 0 container when choosing container to move

Open Gargi-jais11 opened this issue 2 months ago • 0 comments

What changes were proposed in this pull request?

Avoid moving size 0 container when choosing container to move since size-0 containers don't use disk space, so moving them doesn't change utilization.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-14186

How was this patch tested?

Added new test in TestDefaultContainerChoosingPolicy.

Gargi-jais11 avatar Dec 17 '25 06:12 Gargi-jais11