You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/12/14 17:53:44 UTC

[pulsar] branch master updated (13e57bd -> 37e02fa)

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

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


    from 13e57bd  [logging] Enable Log4j2 Garbage Free Logging to reduce GC pressure (#8944)
     add 37e02fa  Fix subscription dispatch rate does not work after the topic unload without dispatch rate limit. (#8947)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/service/Dispatcher.java   |  5 ++++
 .../PersistentDispatcherMultipleConsumers.java     | 15 +++++++++++
 .../PersistentDispatcherSingleActiveConsumer.java  | 15 +++++++++++
 .../broker/service/persistent/PersistentTopic.java |  8 +-----
 .../pulsar/broker/admin/TopicPoliciesTest.java     | 31 ++++++++++++++++++++++
 5 files changed, 67 insertions(+), 7 deletions(-)