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/02/14 03:23:31 UTC

[pulsar] branch master updated (816eaed -> a3c8525)

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 816eaed  Fix PersistentAcknowledgmentsGroupingTracker set bitSet issue. (#14260)
     add a3c8525  [Broker] Fix NPE of internalExpireMessagesByTimestamp (#14243)

No new revisions were added by this update.

Summary of changes:
 .../broker/admin/impl/PersistentTopicsBase.java    | 12 +++-
 .../broker/admin/AdminApiSubscriptionTest.java     | 72 ++++++++++++++++++++++
 .../broker/auth/MockedPulsarServiceBaseTest.java   | 20 ++++++
 3 files changed, 102 insertions(+), 2 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApiSubscriptionTest.java