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/26 01:26:21 UTC

[pulsar] branch master updated (bf0db51 -> a022d28)

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 bf0db51  [docs] Add transactions in the sidebar (#8692)
     add a022d28  Clear delayed messages when clear backlog. (#8691)

No new revisions were added by this update.

Summary of changes:
 .../broker/delayed/DelayedDeliveryTracker.java     |  5 ++++
 .../delayed/InMemoryDelayedDeliveryTracker.java    |  5 ++++
 .../apache/pulsar/broker/service/Dispatcher.java   |  4 +++
 .../PersistentDispatcherMultipleConsumers.java     |  5 ++++
 .../service/persistent/PersistentSubscription.java |  1 +
 .../service/persistent/DelayedDeliveryTest.java    | 31 ++++++++++++++++++++++
 .../util/collections/TripleLongPriorityQueue.java  |  8 ++++++
 7 files changed, 59 insertions(+)