This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 5599699fe41 [improve][pip] PIP-374: Visibility of messages in
receiverQueue for the consumers (#23235)
add fc60ec06ae9 [fix][broker] Fail fast if the extensible load manager
failed to start (#23297)
No new revisions were added by this update.
Summary of changes:
.../pulsar/broker/PulsarServerException.java | 17 +++
.../org/apache/pulsar/broker/PulsarService.java | 2 +-
.../extensions/ExtensibleLoadManagerImpl.java | 122 +++++++--------------
.../extensions/LoadManagerFailFastTest.java | 120 ++++++++++++++++++++
4 files changed, 179 insertions(+), 82 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/loadbalance/extensions/LoadManagerFailFastTest.java