dlg99 commented on code in PR #3228:
URL: https://github.com/apache/bookkeeper/pull/3228#discussion_r858085349


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieShell.java:
##########
@@ -677,12 +682,14 @@ int runCmd(CommandLine cmdLine) throws Exception {
             final String excludingBookieId = 
cmdLine.getOptionValue("excludingmissingreplica");
             final boolean printMissingReplica = 
cmdLine.hasOption("printmissingreplica");
             final boolean printReplicationWorkerId = 
cmdLine.hasOption("printreplicationworkerid");
+            final boolean onlyDisplayLedgerCount = 
cmdLine.hasOption("onlyDisplayLedgerCount");

Review Comment:
   ```suggestion
               final boolean onlyDisplayLedgerCount = 
cmdLine.hasOption("onlydisplayledgercount");
   ```



-- 
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: issues-unsubscr...@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to