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/09/16 13:34:53 UTC

[pulsar] branch master updated (d7c09be15c3 -> 8a9d70acfbc)

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 d7c09be15c3 [improve][cli] Pulsar shell: allow to create a new config (--file) with a relative path (#17675)
     add 8a9d70acfbc [fix][broker] Fix unexpected subscription deletion caused by the cursor last active time not updated in time (#17573)

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java |  4 +-
 .../bookkeeper/mledger/impl/MetaStoreImpl.java     |  5 +-
 .../service/nonpersistent/NonPersistentTopic.java  |  4 +-
 .../service/persistent/PersistentSubscription.java |  1 +
 .../broker/service/persistent/PersistentTopic.java |  4 +-
 .../persistent/PersistentSubscriptionTest.java     | 22 +++++++++
 .../service/persistent/PersistentTopicTest.java    | 55 ++++++++++++++++++++++
 7 files changed, 88 insertions(+), 7 deletions(-)