You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/09/09 12:22:06 UTC

[pulsar] branch master updated (fe621a6 -> 22b8923)

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

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


    from fe621a6  make bookkeeper throttle Configurable (#7901)
     add 22b8923  Add config to lazily recover cursors when recovering a managed ledger. (#7858)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |  6 ++
 deployment/terraform-ansible/templates/broker.conf |  6 ++
 .../bookkeeper/mledger/ManagedLedgerConfig.java    | 20 +++++
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 86 +++++++++++++++-------
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java | 35 +++++++++
 .../apache/pulsar/broker/ServiceConfiguration.java |  6 ++
 .../pulsar/broker/service/BrokerService.java       |  1 +
 site2/docs/reference-configuration.md              |  2 +-
 8 files changed, 136 insertions(+), 26 deletions(-)