hangc0276 commented on code in PR #4220:
URL: https://github.com/apache/bookkeeper/pull/4220#discussion_r1502012451
##########
bookkeeper-benchmark/src/main/java/org/apache/bookkeeper/benchmark/BenchReadThroughputLatency.java:
##########
@@ -102,14 +102,14 @@ private static void readLedger(ClientConfiguration conf,
long ledgerId, byte[] p
}
long starttime = System.nanoTime();
- while (entriesRead <= lastConfirmed) {
- long nextLimit = lastRead + 100000;
+ while (entriesRead < lastConfirmed) {
+ long nextLimit = lastRead + 10;
Review Comment:
Why change it to 10?
--
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]