Gargi-jais11 commented on code in PR #10755:
URL: https://github.com/apache/ozone/pull/10755#discussion_r3585207925
##########
hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/DiskBalancerSubCommandUtil.java:
##########
@@ -133,9 +199,33 @@ public static String
getDatanodeHostAndIp(HddsProtos.DatanodeDetailsProto nodePr
// Format the output string
String addressPort = ipAddress + ":" + port;
+ String addressWithUuid = appendDatanodeUuid(addressPort, nodeProto);
Review Comment:
Thanks @rich7420 for catching, will update the PR description.
It's better to show datanode name in this format: `hostname (ip:port /
<uuid>)` as different users have difference choice, so its all at one place.
--
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]