This is an automated email from the ASF dual-hosted git repository.
yong pushed a change to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from 85dfea662a build(deps): bump io.vertx:vertx-core from 4.5.11 to 4.5.24
(#4702)
new 86bf815210 FlakyTest: testEmptyLedgerLosesQuorumEventually (#4672)
new dd2be8f363 Fix the stream client python package name (#4703)
new 9b0e9e823e [client] fix writeLac memory leak and thread safety issue
(#4713)
new 1001f6a628 build(deps): bump org.apache.commons:commons-lang3 from
3.17.0 to 3.20.0 (#4725)
new accaa3dfca Count the connection failure as the condition of quarantine
(#4727)
new ff7ea0d7ef Fix read thread blocking in sendResponseAndWait causing
READ_ENTRY_REQUEST p99 latency spike (#4730)
The 6 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 | 4 +-
.../src/main/resources/LICENSE-bkctl.bin.txt | 4 +-
.../src/main/resources/LICENSE-server.bin.txt | 4 +-
.../bookkeeper/client/PendingWriteLacOp.java | 28 ++--
.../bookkeeper/conf/ClientConfiguration.java | 23 +++
.../bookkeeper/conf/ServerConfiguration.java | 8 +-
.../bookkeeper/proto/PacketProcessorBase.java | 51 ++++--
.../bookkeeper/proto/PerChannelBookieClient.java | 3 +
.../bookkeeper/client/PendingWriteLacOpTest.java | 178 +++++++++++++++++++++
.../bookkeeper/proto/ReadEntryProcessorTest.java | 178 +++++++++++++++++++++
.../replication/BookieAutoRecoveryTest.java | 6 +-
pom.xml | 2 +-
stream/clients/python/setup.py | 2 +-
13 files changed, 451 insertions(+), 40 deletions(-)
create mode 100644
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/PendingWriteLacOpTest.java