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 2021/05/10 08:10:26 UTC

[pulsar] branch master updated (2953914 -> d39e5e4)

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 2953914  Fix log about LeaderElection (#10521)
     add d39e5e4  Fix the inconsistency of AdvertisedAddress (#10312)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/ServiceConfiguration.java |  4 ++
 .../pulsar/broker/ServiceConfigurationUtils.java   | 29 +++++++++++++
 .../validator/MultipleListenerValidatorTest.java   | 22 ++++++++++
 .../org/apache/pulsar/broker/PulsarService.java    | 40 ++++++-----------
 .../loadbalance/impl/ModularLoadManagerImpl.java   |  3 +-
 .../apache/pulsar/compaction/CompactorTool.java    |  7 ++-
 .../apache/pulsar/broker/PulsarServiceTest.java    | 50 +++++++++++++++++++++-
 7 files changed, 123 insertions(+), 32 deletions(-)