This is an automated email from the ASF dual-hosted git repository.
merlimat pushed a change to branch branch-4.18
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from 06e9409b0d Use batch-draining queues in SingleThreadExecutor (#4836)
new 8badd7b0d7 Issue 4797:Prevent thread leak when BookKeeper client
constructor fails (#4798)
new d6d7abb53e Avoid per-checksum boxing in Java9IntHash by using
MethodHandle.invokeExact (#4876)
new 9469135b46 Revert "Fix read thread blocking in sendResponseAndWait
causing READ_ENTRY_REQUEST p99 latency spike (#4730)" (#4830)
new a692129bea Bump Jetty to 12.1.10 and fix binary license metadata
(#4871)
The 4 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 | 20 +-
.../src/main/resources/LICENSE-server.bin.txt | 20 +-
.../src/main/resources/NOTICE-all.bin.txt | 18 +-
.../src/main/resources/NOTICE-server.bin.txt | 18 +-
.../org/apache/bookkeeper/client/BookKeeper.java | 287 ++++++++++++---------
.../bookkeeper/conf/ServerConfiguration.java | 8 +-
.../bookkeeper/proto/PacketProcessorBase.java | 49 ++--
.../client/BookKeeperConstructorFailureTest.java | 176 +++++++++++++
.../bookkeeper/proto/ReadEntryProcessorTest.java | 178 -------------
.../scurrilous/circe/checksum/Java9IntHash.java | 66 +++--
.../circe/checksum/Java9IntHashTest.java | 46 ++++
pom.xml | 2 +-
12 files changed, 488 insertions(+), 400 deletions(-)
create mode 100644
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperConstructorFailureTest.java