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 3629ba3ca2d [fix][broker] Fix non-batched null-value messages not
removed during topic compaction (#25817)
new 4f8ffc8291d [improve][client] Best-effort retry for
individual/batch-index acks on send failure when ackReceiptEnabled=false
(#25525)
new 8c38d72b2aa [fix][broker] Fix precision loss in
DataSketchesSummaryLogger by replacing LongAdder with DoubleAdder for sum
accumulation (#25594)
new 5c749e2051e [fix][broker] Fix stuck chunks in SharedConsumerAssignor
permit tracking (#25620)
new bb54a9ba7a6 [fix][client] Reset higher-index states on recovery in
SameAuthParamsLookupAutoClusterFailover (#25826)
The 4 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:
.../broker/service/SharedConsumerAssignor.java | 10 +--
.../metrics/DataSketchesSummaryLogger.java | 7 +-
.../org/apache/pulsar/client/impl/ClientCnx.java | 26 +++---
.../PersistentAcknowledgmentsGroupingTracker.java | 75 ++++++++++++++---
.../SameAuthParamsLookupAutoClusterFailover.java | 11 +++
.../impl/AcknowledgementsGroupingTrackerTest.java | 93 +++++++++++++++++++++-
.../impl/ClientCnxRequestTimeoutQueueTest.java | 1 +
.../pulsar/client/impl/ClientTestFixtures.java | 5 ++
...ameAuthParamsLookupAutoClusterFailoverTest.java | 63 +++++++++++++++
9 files changed, 256 insertions(+), 35 deletions(-)