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


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/tools/cli/commands/client/SimpleTestCommand.java:
##########
@@ -96,7 +101,10 @@ protected void run(BookKeeper bk, Flags flags) throws 
Exception {
                     lastReport = System.nanoTime();
                 }
             }
-            LOG.info("{} entries written to ledger {}", flags.numEntries, 
wh.getId());
+            LOG.info("{} entries written to ledger {}, cleaning up the 
ledger", flags.numEntries, wh.getId());

Review Comment:
   nit: i'd move logging of "cleaning up the ledger" under `if (flags.cleanup)`



-- 
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]

Reply via email to