You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by mm...@apache.org on 2021/03/18 21:08:58 UTC

[bookkeeper] branch master updated (de09829 -> 0285d7a)

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

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git.


    from de09829  Add checksum validation for SST files (#2641)
     add 0285d7a  Auto-throttle read operations (#2646)

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/conf/ServerConfiguration.java       | 24 +++++++++++++++++++
 .../bookkeeper/proto/BookieRequestProcessor.java   |  5 +++-
 .../bookkeeper/proto/PacketProcessorBase.java      | 21 +++++++++++++++++
 .../bookkeeper/proto/ReadEntryProcessor.java       | 12 ++++++++--
 .../bookkeeper/proto/ReadEntryProcessorTest.java   | 27 ++++++++++++++--------
 conf/bk_server.conf                                |  5 ++++
 6 files changed, 82 insertions(+), 12 deletions(-)