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 b34fff7a19b [fix][broker] Fix non-batched null-value messages not
removed during topic compaction (#25817)
new bb0b7d5a776 [improve][client] Best-effort retry for
individual/batch-index acks on send failure when ackReceiptEnabled=false
(#25525)
new 644b55bee98 [fix][broker] Fix precision loss in
DataSketchesSummaryLogger by replacing LongAdder with DoubleAdder for sum
accumulation (#25594)
new 0693715ca09 [fix][broker] Fix stuck chunks in SharedConsumerAssignor
permit tracking (#25620)
new 2b9ef9239dd [fix][client] Fix stale Healthy state in
SameAuthParamsLookupAutoClusterFailover causing flaky test (#25388)
new 182d8858bd9 [fix][client] Reset higher-index states on recovery in
SameAuthParamsLookupAutoClusterFailover (#25826)
The 5 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 | 16 ++
.../impl/AcknowledgementsGroupingTrackerTest.java | 94 +++++-
.../impl/ClientCnxRequestTimeoutQueueTest.java | 1 +
.../pulsar/client/impl/ClientTestFixtures.java | 5 +
...ameAuthParamsLookupAutoClusterFailoverTest.java | 317 +++++++++++++++++++++
9 files changed, 516 insertions(+), 35 deletions(-)
create mode 100644
pulsar-client/src/test/java/org/apache/pulsar/client/impl/SameAuthParamsLookupAutoClusterFailoverTest.java