This is an automated email from the ASF dual-hosted git repository.

yong pushed a change to branch branch-4.14
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


    from 5370d63391  Fix the V2 AddRequest object leak issue (#3323)
     new f8eb20db46 Reorder the sequence of the bookkeeper server shutdown 
(#2888)
     new b025f7b7a3 Apply the backpressure changes on the V2 requests (#3324)

The 2 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:
 .../bookkeeper/proto/BookieRequestProcessor.java   |  5 +-
 .../org/apache/bookkeeper/proto/BookieServer.java  |  2 +-
 .../bookkeeper/proto/PacketProcessorBase.java      | 63 +++++++++++++++++++++-
 .../bookkeeper/proto/PacketProcessorBaseV3.java    | 40 +++++++-------
 .../bookkeeper/proto/ReadEntryProcessor.java       |  7 +--
 .../bookkeeper/proto/WriteEntryProcessor.java      |  7 +--
 .../proto/BookieBackpressureForV2Test.java         | 30 ++++-------
 .../proto/ForceLedgerProcessorV3Test.java          |  1 +
 .../bookkeeper/proto/WriteEntryProcessorTest.java  |  2 +
 .../proto/WriteEntryProcessorV3Test.java           |  1 +
 10 files changed, 109 insertions(+), 49 deletions(-)
 copy 
bookkeeper-common/src/test/java/org/apache/bookkeeper/common/testing/executors/MockClockTest.java
 => 
bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureForV2Test.java
 (63%)

Reply via email to