adoroszlai commented on code in PR #3943:
URL: https://github.com/apache/ozone/pull/3943#discussion_r1093578410
##########
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/ListInfoSubcommand.java:
##########
@@ -46,8 +46,9 @@ public class ListInfoSubcommand extends ScmSubcommand {
defaultValue = "")
private String ipaddress;
- @CommandLine.Option(names = {"--id"},
- description = "Show info by datanode UUID.",
+ @CommandLine.Option(names = {"--id", "--uuid"},
+ description = "Show info by datanode UUID. Command line option --id " +
+ "will be removed in later versions.",
Review Comment:
> it seems we have some existing Command options where such comments do
exist . Do i need to remove the comment from everywhere in ozone?
For this PR I think it's enough to avoid adding new ones. We can file a
cleanup task for the existing ones.
--
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]