This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 5f8a8f7777b [fix][txn] Allow producer enable send timeout in 
transaction (#16519)
     new 88b10e04999 Support shrink for TripleLongPriorityQueue (#15936)
     new eca6c4adf55 [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

Reply via email to