This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from fcf83bf09b3 [fix] [broker] Let Pending ack handler can retry to init
when encounters a metadata store error (#23153)
new 9fd5b086200 [improve] [client]Add new ServiceUrlProvider
implementation: SameAuthParamsAutoClusterFailover (#23129)
new 8dfd619efe5 [improve] [broker] Avoid subscription fenced error with
consumer.seek whenever possible (#23163)
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:
.../service/persistent/PersistentSubscription.java | 32 +-
...ameAuthParamsLookupAutoClusterFailoverTest.java | 176 +++++++++++
.../broker/auth/MockedPulsarServiceBaseTest.java | 2 +-
.../broker/service/NetworkErrorTestBase.java | 2 +-
.../broker/service/OneWayReplicatorTestBase.java | 21 +-
.../broker/service/SubscriptionSeekTest.java | 65 ++++
.../pulsar/client/api/ServiceUrlProvider.java | 2 +-
.../SameAuthParamsLookupAutoClusterFailover.java | 341 +++++++++++++++++++++
.../client/impl/AutoClusterFailoverTest.java | 12 +-
.../client/impl/ControlledClusterFailoverTest.java | 5 +-
10 files changed, 633 insertions(+), 25 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
create mode 100644
pulsar-client/src/main/java/org/apache/pulsar/client/impl/SameAuthParamsLookupAutoClusterFailover.java