sijie commented on a change in pull request #905: ISSUE #904: short hostname
for bookieid
URL: https://github.com/apache/bookkeeper/pull/905#discussion_r158376322
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieShell.java
##########
@@ -1244,8 +1244,6 @@ Options getOptions() {
super(CMD_LISTBOOKIES);
opts.addOption("rw", "readwrite", false, "Print readwrite
bookies");
opts.addOption("ro", "readonly", false, "Print readonly bookies");
- opts.addOption("h", "hostnames", false,
Review comment:
I think it is not a good idea to remove an option directly. I will suggest
marking this as deprecated and remove this in 4.8.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services