hangc0276 opened a new pull request, #3240: URL: https://github.com/apache/bookkeeper/pull/3240
### Motivation Fix #3222 The root cause is that when use BookKeeperAdmin to read an entry, it use `asyncReadEntriesInternal` instead of `asyncReadEntries`. However, the `asyncReadEntriesInternal` doesn't check the lastAddConfirm, which will lead to the exception list in issue 3222 ### Changes Use `asyncReadEntries` instead of `asyncReadEntriesInternal` -- 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]
