This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 8be5279dd91 [fix] [broker] error TimeUnit to record publish latency
(#20074)
new 01badd25a60 [improve][broker] Get lowest PositionImpl from
NavigableSet (#18278)
new b07ae00fb15 [fix][broker] Fix the behavior of delayed message in
Key_Shared mode (#20233)
The 2 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:
.../broker/delayed/DelayedDeliveryTracker.java | 4 +-
.../delayed/InMemoryDelayedDeliveryTracker.java | 6 +-
.../persistent/MessageRedeliveryController.java | 3 +-
.../PersistentDispatcherMultipleConsumers.java | 29 +++++----
...istentStickyKeyDispatcherMultipleConsumers.java | 10 +--
.../utils/ConcurrentBitmapSortedLongPairSet.java | 4 +-
.../client/api/KeySharedSubscriptionTest.java | 76 ++++++++++++++++++++++
7 files changed, 108 insertions(+), 24 deletions(-)