You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2022/04/06 07:54:06 UTC

[pulsar] branch master updated (c59402ef09c -> 9b36dcd777b)

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

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


    from c59402ef09c [improve][broker] Avoid using blocking calls for the async method ``checkTopicOwnership`` (#15023)
     add 9b36dcd777b Add a cache eviction policy:Evicting cache data by the slowest markDeletedPosition (#14985)

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/mledger/ManagedLedgerConfig.java    |   5 +
 .../mledger/impl/ManagedCursorContainer.java       |   4 +
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  25 ++-
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java | 198 +++++++++++++++++++++
 .../apache/pulsar/broker/ServiceConfiguration.java |   7 +
 .../pulsar/broker/service/BrokerService.java       |   2 +
 6 files changed, 237 insertions(+), 4 deletions(-)