This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from f887f8d7a5 Fix the V2 AddRequest object leak issue (#3323)
add 62400bd959 Apply the backpressure changes on the V2 requests (#3324)
No new revisions were added by this update.
Summary of changes:
.../bookkeeper/proto/BookieRequestProcessor.java | 2 +-
.../bookkeeper/proto/PacketProcessorBase.java | 56 ++++++++++++++++++++++
.../bookkeeper/proto/ReadEntryProcessor.java | 7 +--
.../bookkeeper/proto/WriteEntryProcessor.java | 7 +--
.../proto/BookieBackpressureForV2Test.java | 30 ++++--------
.../bookkeeper/proto/WriteEntryProcessorTest.java | 1 +
6 files changed, 74 insertions(+), 29 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%)