Gargi Jaiswal
Gargi Jaiswal
## 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...
## What changes were proposed in this pull request? The DiskBalancer service creates two separate tmp directories due to inconsistent path resolution: - At startup: `/data/tmp/diskBalancer` (incorrect, empty, cleaned up)...
## What changes were proposed in this pull request? On **AWS S3, AbortMultipartUpload** with the same upload id will always get **204 No Content**. But on **MinIO,** when the client...
## What changes were proposed in this pull request? - EstimatedBytesToMoved and EstimatedTimeLeft should not be shown up if no container movement happens. It's not a bug if there is...
## What changes were proposed in this pull request? Suppose density of disk is, 1%, 2%, 8%, 9% ==> this will be treated as disk unbalanced, but here all disks...