This is an automated email from the ASF dual-hosted git repository.
hangc0276 pushed a change to branch branch-4.18
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from cbb336702a Fix issue where options for sanity test command are ignored
(#4691)
new c4c7b1c0a7 Optimize bounded batch reads by predicting entry count
(#4741)
new 96230ec676 fix Bookkeeper can't startup cause by 'IOException:
Recovery log xxx is missing' (#4740)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/bookkeeper/bookie/Journal.java | 30 ++-
.../proto/BatchedReadEntryProcessor.java | 9 +-
.../bookie/storage/ldb/DbLedgerStorageTest.java | 240 +++++++++++++++++++++
.../apache/bookkeeper/client/BookKeeperTest.java | 10 +
.../proto/BatchedReadEntryProcessorTest.java | 173 ++++++++++++++-
.../org/apache/bookkeeper/proto/MockBookies.java | 40 ++--
.../apache/bookkeeper/proto/MockBookiesTest.java | 68 ++++++
7 files changed, 554 insertions(+), 16 deletions(-)
create mode 100644
bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/MockBookiesTest.java