Gargi-jais11 commented on code in PR #9712:
URL: https://github.com/apache/ozone/pull/9712#discussion_r2786012852
##########
hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/DiskBalancerStatusSubcommand.java:
##########
@@ -102,12 +106,17 @@ private String
generateStatus(List<DatanodeDiskBalancerInfoProto> protos) {
contentList.add("EstTimeLeft(min)");
for (HddsProtos.DatanodeDiskBalancerInfoProto proto : protos) {
- formatBuilder.append("%-35s %-15s %-15s %-15s %-12s %-20s %-12s %-12s
%-15s %-18s %-20s%n");
+ formatBuilder.append("%-60s %-12s %-15s %-15s %-12s %-20s %-12s %-12s
%-15s %-18s %-20s%n");
Review Comment:
Thanks @sarvekshayr for pointing this out. Missed changing for both report
and status data row widths.
--
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]