This is an automated email from the ASF dual-hosted git repository.
lushiji pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from ceba60565c Fix keys leak in EntryLocationIndex when ledgersToDelete is
empty (#3903)
add f5455f0158 [feature] [server] add
dbStorage_readAheadCacheBatchBytesSize properties when read ahead entries
(#3895)
No new revisions were added by this update.
Summary of changes:
.../bookie/storage/ldb/DbLedgerStorage.java | 11 +-
.../ldb/SingleDirectoryDbLedgerStorage.java | 25 +-
.../apache/bookkeeper/bookie/TestBookieImpl.java | 28 +-
.../storage/ldb/DbLedgerStorageReadCacheTest.java | 368 +++++++++++++++++++++
.../storage/ldb/DbLedgerStorageWriteCacheTest.java | 10 +-
conf/bk_server.conf | 3 +
6 files changed, 429 insertions(+), 16 deletions(-)
create mode 100644
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/storage/ldb/DbLedgerStorageReadCacheTest.java