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 810fa1f0c44 [fix][test] Stabilize testMsgDropStat by reliably
triggering non-persistent publisher drop (#24929)
new 614879d5235 [fix][admin] Set local policies overwrites "number of
bundles" passed during namespace creation (#24762)
new 990fb2f5077 [fix][broker] Avoid recursive update in ConcurrentHashMap
during policy cache cleanup (#24939)
new a69aa115688 [fix][txn] fix concurrent error cause txn stuck in
TransactionBufferHandlerImpl#endTxn (#23551)
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:
.../pulsar/broker/admin/impl/NamespacesBase.java | 34 +++--
.../SystemTopicBasedTopicPoliciesService.java | 7 +-
.../buffer/impl/TransactionBufferHandlerImpl.java | 4 +
.../pulsar/broker/admin/NamespacesV2Test.java | 149 +++++++++++++++++++++
.../SystemTopicBasedTopicPoliciesServiceTest.java | 51 ++++++-
.../loadbalance/ExtensibleLoadManagerTest.java | 15 ++-
6 files changed, 245 insertions(+), 15 deletions(-)