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 fe84bdb3f32 [fix][test] Stabilize SequenceIdWithErrorTest by fencing
after first publish to avoid empty-ledger deletion and send timeout (#24861)
new 37c024c1167 [fix][test] Fix flaky
SubscriptionSeekTest.testSeekWillNotEncounteredFencedError by counting
subscription is fenced only after seek (#24865)
new 0d35acaeda2 [fix][broker] Stop to retry to read entries if the
replicator has terminated (#24880)
new 79784c00154 [improve][client]Add null check for Pulsar client clock
configuration (#24848)
new 048df0dbe81 [fix][broker] Fix totalAvailablePermits not reduced when
removing consumer from non-persistent dispatcher (#24885)
new 3f9824ac655 [fix][test] Fix flaky
ReplicatorTest.testResumptionAfterBacklogRelaxed (#24904)
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:
.../NonPersistentDispatcherMultipleConsumers.java | 2 +
.../service/persistent/PersistentReplicator.java | 12 ++-
.../pulsar/broker/service/ReplicatorTest.java | 101 ++++++++++-----------
.../broker/service/SubscriptionSeekTest.java | 11 ++-
...ntStickyKeyDispatcherMultipleConsumersTest.java | 26 ++++++
.../PersistentReplicatorInflightTaskTest.java | 42 ++++++++-
.../client/api/SimpleProducerConsumerTest.java | 11 +++
.../pulsar/client/impl/ClientBuilderImpl.java | 1 +
8 files changed, 146 insertions(+), 60 deletions(-)