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

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


    from c00aac7  [Doc]--Update doc for multiple advertised listeners (#8789)
     new 5dd844d  fix force delete namespace did not delete all topics of the 
namespace (#8806)
     new e44a308  Execute removing non-persistent subscription of topic from 
different thread to avoid deadlock when removing inactive subscriptions. (#8820)
     new 0d23831  fix exception cast error (#8828)
     new 9614491  Fix bit set recycle repeat in client ack message (#8829)
     new aa74f0c  Issue 8677: Cannot get lastMessageId for an empty topic due 
to message retention (#8725)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  3 +
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  7 +-
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java | 27 ++++++++
 .../apache/pulsar/broker/admin/AdminResource.java  |  4 +-
 .../pulsar/broker/admin/impl/NamespacesBase.java   |  9 ++-
 .../service/nonpersistent/NonPersistentTopic.java  |  5 +-
 .../broker/service/persistent/PersistentTopic.java | 15 +++-
 .../apache/pulsar/broker/admin/NamespacesTest.java | 31 ++++++++-
 .../broker/service/ConsumedLedgersTrimTest.java    | 80 ++++++++++++++++++++++
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  1 +
 .../apache/pulsar/common/protocol/Commands.java    |  1 -
 11 files changed, 171 insertions(+), 12 deletions(-)

Reply via email to