This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 7d40597c40e [fix][broker] Skip backlog-quota eviction on
fenced/closing topics (#25684)
new c9723462b11 [fix][build][branch-4.2] Fix compilation issue after
backporting
new e953228fe33 [fix][broker] Correct two race conditions in the tracker
code and logic bug in InMemoryDelayedDeliveryTracker that failed with
NoSuchElementException (#25681)
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:
.../delayed/InMemoryDelayedDeliveryTracker.java | 14 ++-
.../pulsar/broker/service/BacklogQuotaManager.java | 8 +-
.../PersistentDispatcherMultipleConsumers.java | 10 +--
...rsistentDispatcherMultipleConsumersClassic.java | 10 +--
.../delayed/InMemoryDeliveryTrackerTest.java | 10 +++
...tentDispatcherMultipleConsumersClassicTest.java | 99 ++++++++++++++++++++++
.../PersistentDispatcherMultipleConsumersTest.java | 99 ++++++++++++++++++++++
7 files changed, 232 insertions(+), 18 deletions(-)