This is an automated email from the ASF dual-hosted git repository.
yong pushed a change to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from c3a9943abd [maven-release-plugin] rollback changes from release
preparation of v4.15.4-rc0
new ae6b454498 Fix data lost when configured multiple ledger directories
(#3329)
new 608f9f07b3 Add small files check in garbage collection (#3631)
new 2eb1c361cd Fix ReadEntryProcessor v2 SchedulingDelayStats (#3758)
new 1ab2a41f33 Execute clean indexes in finally (#3772)
new b2eccae3d8 Fixed the pivot selection in the group quick-sort (#3800)
The 5 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:
.../org/apache/bookkeeper/bookie/BookieImpl.java | 5 +
.../bookkeeper/bookie/GarbageCollectorThread.java | 11 +-
.../java/org/apache/bookkeeper/bookie/Journal.java | 2 +-
.../bookie/storage/ldb/ArrayGroupSort.java | 10 +-
.../ldb/SingleDirectoryDbLedgerStorage.java | 35 ++--
.../bookkeeper/conf/ServerConfiguration.java | 10 ++
.../bookkeeper/proto/PacketProcessorBase.java | 11 +-
.../bookie/storage/ldb/DbLedgerStorageTest.java | 183 +++++++++++++++++++++
conf/bk_server.conf | 9 +
.../bookkeeper/bookie/GroupSortBenchmark.java | 121 ++++++++++++++
10 files changed, 373 insertions(+), 24 deletions(-)
create mode 100644
microbenchmarks/src/main/java/org/apache/bookkeeper/bookie/GroupSortBenchmark.java