This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 1f2c070821c [fix][sec][branch-4.0] Upgrade Jackson version to 2.18.8
(#26098)
new 2abe1901a45 [improve][broker] Trim orphaned bucket snapshots when
ledgers are deleted (#25984)
new fe113931f4e [fix][broker] Guard
BucketDelayedDeliveryTracker.nextDeliveryTime against empty queues (#26080)
new 95e0ed981c4 [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