You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/04/26 13:30:23 UTC

(pulsar) branch master updated (3b9602c04db -> f411e3c0f26)

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 3b9602c04db [improve][broker] Propagate cause exception in TopicBusyException when applicable (#22596)
     add f411e3c0f26 [fix][broker] Avoid being stuck when closing the broker with extensible load manager (#22573)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/broker/PulsarService.java    |   3 +
 .../store/TableViewLoadDataStoreImpl.java          |   6 +-
 .../pulsar/broker/service/BrokerService.java       |  11 +++
 .../extensions/ExtensibleLoadManagerCloseTest.java | 107 +++++++++++++++++++++
 4 files changed, 122 insertions(+), 5 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/loadbalance/extensions/ExtensibleLoadManagerCloseTest.java