You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/10/24 03:05:39 UTC

[pulsar] branch master updated (b6d519c0568 -> bdbbb1ec440)

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

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


    from b6d519c0568 Support dynamic configuration of exposeBundlesMetricsInPrometheus (#18148)
     add bdbbb1ec440 [feat][offload] ADD offload_time_threshold policy (time-based offloading) (#17398)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |   4 +
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 143 ++++++++-----
 .../bookkeeper/mledger/impl/OffloadPrefixTest.java | 237 +++++++++++++++++----
 .../apache/pulsar/broker/ServiceConfiguration.java |   5 +
 .../client/api/SimpleProducerConsumerTest.java     |   3 +
 .../common/policies/data/OffloadPolicies.java      |   4 +
 .../common/policies/data/OffloadPoliciesImpl.java  |  16 +-
 .../common/policies/data/OffloadPoliciesTest.java  |   3 +
 8 files changed, 317 insertions(+), 98 deletions(-)