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 3e454c3e4a Make the rocksDB configuration compatible with previous
versions (#3523)
new 15fb058c8d Issue 3070: Fix bug where checkAllLedgers gets stuck when
read throttling is enabled (#3214)
new 5a4f9278af fix close ledgerAuditorManager repeatedly (#3503)
new d1f72b4ac6 Rename success with writableResult and update final
writableResult about wait writeSet (#3505)
new e2e1115661 Reduce unnecessary loop in removeIf if section is empty
(#3512)
new 6c3586a157 Bump jackson version to 2.13.4 (#3518)
new ede7c19bb1 Fix byteBuf potential memory leak problem. (#3525)
new 3a95424ed0 Fix memory leak when reading entry but the connection
disconnected. (#3528)
new 2144ac321f fix flaky-test testWriteSetWriteableCheck (#3555)
new 9db36f9b8a skipping placementPolicyCheck when ledger replication
disabled (#3561)
new 452f7a744a Flush time started moved to after lock (#3570)
new ce2ed41af0 update ALLOCATOR_POOLING_CONCURRENCY default value (#3001)
The 11 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:
.../src/main/resources/LICENSE-all.bin.txt | 6 +--
.../src/main/resources/LICENSE-bkctl.bin.txt | 6 +--
.../src/main/resources/LICENSE-server.bin.txt | 6 +--
.../ldb/SingleDirectoryDbLedgerStorage.java | 11 +++++-
.../apache/bookkeeper/client/LedgerChecker.java | 9 ++++-
.../org/apache/bookkeeper/client/LedgerHandle.java | 19 +++++-----
.../bookkeeper/conf/AbstractConfiguration.java | 3 +-
.../apache/bookkeeper/proto/BookieProtocol.java | 43 +++++++++++++++++-----
.../bookkeeper/proto/PacketProcessorBase.java | 25 ++++++++++---
.../org/apache/bookkeeper/replication/Auditor.java | 7 ++++
.../bookkeeper/replication/AuditorElector.java | 7 +---
.../util/collections/ConcurrentLongHashMap.java | 2 +-
.../collections/ConcurrentLongLongHashMap.java | 4 +-
.../util/collections/ConcurrentOpenHashMap.java | 2 +-
.../apache/bookkeeper/client/SlowBookieTest.java | 41 +++++++++++++++++++++
.../bookkeeper/client/TestLedgerChecker.java | 2 +-
.../bookkeeper/proto/WriteEntryProcessorTest.java | 20 +++++++---
pom.xml | 2 +-
18 files changed, 159 insertions(+), 56 deletions(-)