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 2020/11/11 11:44:54 UTC

[pulsar] branch master updated (fdcf613 -> 61e6213)

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 fdcf613  [AdminCli] Add ability to examine specific message by position relative to earliest or latest message. (#8494)
     add 61e6213  Fix the residual of inactive partitioned-topic cleaning (#8442)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |   5 +
 .../apache/pulsar/broker/ServiceConfiguration.java |  10 +-
 .../pulsar/broker/service/AbstractTopic.java       |   4 +
 .../broker/service/persistent/PersistentTopic.java |  57 +++++++++++
 .../broker/service/InactiveTopicDeleteTest.java    | 114 +++++++++++++++++----
 5 files changed, 171 insertions(+), 19 deletions(-)