You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/09/14 02:24:48 UTC

[pulsar] branch master updated (52a380f7e93 -> de7c586b92f)

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

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


    from 52a380f7e93 Update proxy lookup throw exception type (#17600)
     add de7c586b92f [improve][loadbalance] added loadBalancerReportUpdateMinIntervalMillis and ignores memory usage in getMaxResourceUsage() (#17598)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |  3 +++
 conf/standalone.conf                               |  3 +++
 .../apache/pulsar/broker/ServiceConfiguration.java |  6 +++++
 .../org/apache/pulsar/broker/PulsarService.java    |  3 +--
 .../broker/loadbalance/impl/LoadManagerShared.java |  3 ---
 .../loadbalance/impl/SimpleLoadManagerImpl.java    |  9 ++++----
 .../data/loadbalancer/LocalBrokerData.java         |  3 ++-
 .../data/loadbalancer/LocalBrokerDataTest.java     | 26 ++++++++++++++++++++++
 8 files changed, 46 insertions(+), 10 deletions(-)