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 1a7fe8bc7c8 [fix][sec][branch-4.2] Upgrade Jackson version to 2.18.8
(#26099)
new ba906cbaff5 [improve][broker] Trim orphaned bucket snapshots when
ledgers are deleted (#25984)
new 964a723c7e0 [fix][broker] Guard
BucketDelayedDeliveryTracker.nextDeliveryTime against empty queues (#26080)
new 9cf8a613f76 [improve][broker] Improve dispatch performance by summing
entry bytes with a loop (#26055)
The 3 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:
.../bucket/BucketDelayedDeliveryTracker.java | 115 ++++++++-
...tractPersistentDispatcherMultipleConsumers.java | 10 +
.../PersistentDispatcherMultipleConsumers.java | 2 +-
...rsistentDispatcherMultipleConsumersClassic.java | 2 +-
.../bucket/BucketDelayedDeliveryTrackerTest.java | 259 +++++++++++++++++++++
.../PersistentDispatcherTotalBytesTest.java | 78 +++++++
6 files changed, 453 insertions(+), 13 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherTotalBytesTest.java