You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/09/15 07:52:22 UTC

[pulsar] branch master updated (86ea31b2409 -> cbbcd41cfc8)

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

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


    from 86ea31b2409 [fix][cpp] Support retry and apply operation timeout for lookup requests (#17410)
     add cbbcd41cfc8 [improve][broker] Cancel the loadShedding task when closing pulsar service (#17632)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/broker/PulsarService.java    |  5 +-
 .../broker/loadbalance/LoadSheddingTask.java       | 23 ++++---
 .../pulsar/broker/PulsarServiceCloseTest.java      | 79 ++++++++++++++++++++++
 3 files changed, 97 insertions(+), 10 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/PulsarServiceCloseTest.java