This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 3cea10a5533 [fix][txn] Allow producer enable send timeout in
transaction (#16519)
new ab1d708e6bb Support shrink for TripleLongPriorityQueue (#15936)
new f305c99dbe8 [fix][broker] Fixed error when delayed messages trackers
state grows to >1.5GB (#16490)
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:
.../PersistentDispatcherFailoverConsumerTest.java | 26 ++-
.../util/collections/SegmentedLongArray.java | 128 ++++++++++++++
.../util/collections/TripleLongPriorityQueue.java | 186 ++++++++++++---------
.../util/collections/SegmentedLongArrayTest.java | 103 ++++++++++++
.../collections/TripleLongPriorityQueueTest.java | 62 +++++++
5 files changed, 422 insertions(+), 83 deletions(-)
create mode 100644
pulsar-common/src/main/java/org/apache/pulsar/common/util/collections/SegmentedLongArray.java
create mode 100644
pulsar-common/src/test/java/org/apache/pulsar/common/util/collections/SegmentedLongArrayTest.java