horizonzy commented on code in PR #3675:
URL: https://github.com/apache/bookkeeper/pull/3675#discussion_r1034248436
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/tools/cli/commands/client/SimpleTestCommand.java:
##########
@@ -61,8 +65,6 @@ public static class Flags extends CliFlags {
private int ackQuorumSize = 2;
@Parameter(names = { "-n", "--num-entries" }, description = "Entries
to write (default 100)")
private int numEntries = 100;
- @Parameter(names = { "-c", "--clean-up" }, description = "Clean up
ledger created after simple test")
Review Comment:
This command is for testing the bookkeeper to create a ledger and read the
ledger. If already cover the user's case.
If users want to test by themselves, they should create a new one and read
it, not support the ledger generated by SimpleTestCommand.
--
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]