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 38f9993a4d6 [fix][broker] Fix replication stall when a cursor rewind
skips an in-flight read (#26106)
new 0827ef0a608 [fix][broker] Don't let a closing topic-policies reader
abort a concurrent cache-init reload (#26132)
new 14c4c632746 [fix][test] Fix flaky
AuditorBookieTest.testBookieClusterRestart (#26122)
new 48756bc0063 [fix][test] Fix flaky PersistentTopicsTest setup caused by
concurrent Mockito stubbing (#26083)
new 3ebf727c7da [fix][test] Run makeReadEntryProbFail's errorOrNot on a
caller-provided executor (#26123)
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:
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 21 ++--
.../SystemTopicBasedTopicPoliciesService.java | 108 ++++++++-------------
.../pulsar/broker/admin/PersistentTopicsTest.java | 49 +++++++---
.../broker/service/OneWayReplicatorTest.java | 4 +-
.../SystemTopicBasedTopicPoliciesServiceTest.java | 93 ++++++++++++++----
.../PersistentReplicatorInflightTaskTest.java | 21 +++-
.../bookkeeper/replication/AuditorBookieTest.java | 15 +--
7 files changed, 193 insertions(+), 118 deletions(-)