This is an automated email from the ASF dual-hosted git repository.
kwang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from aa7decc5b75 [fix][broker]
managedLedger.getConfig().getProperties().putAll(properties) NPE (#20361)
add a9f2f28891b [improve][broker] Gracefully shut down load balancer
extension (#20315)
No new revisions were added by this update.
Summary of changes:
.../org/apache/pulsar/broker/PulsarService.java | 22 +++-
.../extensions/ExtensibleLoadManagerImpl.java | 17 ++++
.../extensions/ExtensibleLoadManagerWrapper.java | 2 +-
.../channel/ServiceUnitStateChannel.java | 5 +
.../channel/ServiceUnitStateChannelImpl.java | 112 +++++++++++++++++----
.../extensions/ExtensibleLoadManagerImplTest.java | 45 +++++++++
.../channel/ServiceUnitStateChannelTest.java | 65 ++++++++----
7 files changed, 222 insertions(+), 46 deletions(-)