hangc0276 commented on code in PR #4219:
URL: https://github.com/apache/bookkeeper/pull/4219#discussion_r1501962557
##########
bookkeeper-benchmark/src/main/java/org/apache/bookkeeper/benchmark/BenchReadThroughputLatency.java:
##########
@@ -153,6 +154,9 @@ public static void main(String[] args) throws Exception {
Options options = new Options();
options.addOption("ledger", true, "Ledger to read. If empty, read all
ledgers which come available. "
+ " Cannot be used with -listen");
+ //How to generate ledger id
+ options.addOption("genLedgerWay", true, "The way of generating
ledgerId. "
Review Comment:
Use `ledgerManagerType`?
https://github.com/apache/bookkeeper/blob/34bd4b38fa13f105608ae4e7b4c749124c271e1e/conf/bk_server.conf#L827-L828
--
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]