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 e64fb18372c Bump version to next snapshot version
new 131c4ddf0b3 [fix][broker] Fix tableview divergence in
ServiceUnitStateTableViewSyncer causing flaky tests (#25946)
new da9bcd1ec75 [fix][test] Fix flaky ExtensibleLoadManagerImplTest by
re-serving the channel topic in initializeState (#25976)
new b3e8bdf1036 [fix][test] Fix flaky
ExtensibleLoadManagerImplTest.initializeState by recovering wedged channel
ownership (#25977)
new 9f1fa7b6148 [fix][test] Deflake TopicPoliciesTest.setupTestTopic by
retrying forced namespace deletion (#25974)
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:
.../channel/ServiceUnitStateTableViewSyncer.java | 188 +++++++++---
.../pulsar/broker/admin/TopicPoliciesTest.java | 15 +-
.../ExtensibleLoadManagerImplBaseTest.java | 75 ++++-
.../extensions/ExtensibleLoadManagerImplTest.java | 321 ++++++++++++++-------
4 files changed, 439 insertions(+), 160 deletions(-)