This is an automated email from the ASF dual-hosted git repository.
kwang pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 5fda6ade930 [fix] [bk-client] Fix bk client MinNumRacksPerWriteQuorum
and EnforceMinNumRacksPerWriteQuorum not work problem. (#21327)
new a9e58b18515 [improve][broker] use ConcurrentHashMap in
ServiceUnitStateChannel and avoid recursive update error (#21282)
new 2b2b83d60e7 [fix][broker] Fix unload operation stuck when use
ExtensibleLoadManager (#21332)
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:
.../extensions/ExtensibleLoadManagerImpl.java | 2 +-
.../channel/ServiceUnitStateChannelImpl.java | 105 ++++---
.../extensions/manager/UnloadManager.java | 7 +
.../pulsar/broker/namespace/NamespaceService.java | 4 -
.../pulsar/broker/service/BrokerService.java | 15 +
.../extensions/ExtensibleLoadManagerImplTest.java | 309 ++++++++++++---------
.../channel/ServiceUnitStateChannelTest.java | 22 +-
7 files changed, 276 insertions(+), 188 deletions(-)