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 63ac35b0675 [fix][sec] Upgrade Netty to 4.1.135.Final to address 
several CVEs (#25918)
     new dab45f6cd0a [fix][client] Clean up unacked messages when unsubscribing 
a topic with ack timeout backoff (#25916)
     new e3b8c4a29c8 [fix][proxy] Avoid intermittent 502 when admin proxy 
follows a broker redirect for a request with a body (#25919)
     new c3c3fe5cffa [fix][client] Prevent duplicate ServiceUrlProvider 
initialization (#25899)

The 3 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:
 ...ameAuthParamsLookupAutoClusterFailoverTest.java | 14 ++++
 .../pulsar/client/api/ServiceUrlProvider.java      | 11 ++-
 .../pulsar/client/impl/AutoClusterFailover.java    | 15 +++-
 .../client/impl/ControlledClusterFailover.java     | 15 +++-
 .../client/impl/MultiTopicsConsumerImpl.java       |  6 +-
 .../SameAuthParamsLookupAutoClusterFailover.java   | 16 ++++-
 .../impl/UnAckedTopicMessageRedeliveryTracker.java |  5 +-
 .../client/impl/AutoClusterFailoverTest.java       | 21 ++++++
 .../client/impl/ControlledClusterFailoverTest.java | 17 +++++
 .../UnAckedTopicMessageRedeliveryTrackerTest.java  | 79 ++++++++++++++++++++++
 .../pulsar/proxy/server/AdminProxyHandler.java     | 31 ++++++++-
 11 files changed, 216 insertions(+), 14 deletions(-)
 create mode 100644 
pulsar-client/src/test/java/org/apache/pulsar/client/impl/UnAckedTopicMessageRedeliveryTrackerTest.java

Reply via email to