This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from e15aedfcb3e [fix][broker] Fix incomplete futures in topic property
update/delete methods (#25228)
new 7e8d0cc1d3c Revert "[fix][client] Fix deadlock of NegativeAcksTracker
(#23651)"
new 7ecc31d8182 Revert "[improve] [broker] replace HashMap with inner
implementation ConcurrentLongLongPairHashMap in Negative Ack Tracker. (#23582)"
new bbceab4d0ba [improve][test][branch-3.0] Add test for issue #25220
new 84588efc8ae Backport "[fix][client] Fix deadlock of
NegativeAcksTracker (#23651)"
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:
.../client/impl/MessageChunkingSharedTest.java | 33 +++++++++++++++++++++
.../pulsar/client/impl/NegativeAcksTest.java | 4 +--
.../pulsar/client/impl/NegativeAcksTracker.java | 34 +++++-----------------
.../pulsar/client/impl/ConsumerImplTest.java | 2 +-
4 files changed, 44 insertions(+), 29 deletions(-)