TakaHiR07 opened a new pull request, #3874: URL: https://github.com/apache/bookkeeper/pull/3874
### Motivation If we use bookieshell readLedger only with parameter -ledgerid, we can read all entries in this ledger, but if use with parameter -ledgerid and --bookie, we cant read any entries. This is because it try to reverse entries from firstentry(default 0) to lastEntry(default -1). Therefore it would directly finish without read any entries, misleading us that ledgerId in our selected bookie has no entry. ### Changes when set -ledgerid and -bookie and not set -entry, continue to read next entry until get BKNoSuchEntryException -- 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]
