You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/12/20 05:09:23 UTC

[pulsar] branch master updated (b9aa4ce -> a958098)

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

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


    from b9aa4ce  Fix Typo (#5864)
     add a958098  fix 5825: make PulsarClusterMetadataSetup idempotent (#5879)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/PulsarClusterMetadataSetup.java  | 112 +++++++++------------
 .../broker/zookeeper/ClusterMetadataSetupTest.java |  60 +++++++++++
 .../zookeeper/ZooKeeperClientAspectJTest.java      |   2 +-
 3 files changed, 107 insertions(+), 67 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/zookeeper/ClusterMetadataSetupTest.java