Hi all, my team are currently testing on HDFS rebalancing in a HDFS cluster with two DataNode. I have read the documentation https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/scaling-namespaces/topics/hdfs-step-1-storage...
We have a few question about how the file moving size is calculated.
1. How is cluster average utilization calculated. Do the calculation use Configured capacity or Present capacity?
BrianChan_0-1693817076802.png
2. How is individual utilization calculated. Do the calculation use configured capacity or the sum of DFS used and remaining?
BrianChan_1-1693817221547.png
3. When looking at the balancer log, it said need to move 4.98GB to make the cluster balanced. However, afterwards, the log show that the balancer decided to move 18.98GB from one host to another host. Why there is difference?
Balancer log
4. We have set the DataNode balancing bandwidth to 200MiB, but as per observation, the bandwidth consumption can exceed 200MiB. Why did it happen?
Please help me with my questions. Thank you in advance.