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 2021/12/02 18:35:59 UTC

[pulsar] branch master updated (316c86d -> 36a45ee)

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 316c86d  [Protocol] Add guidance to send CloseProducer before sending Producer in case of client side timeout (#12948)
     add 36a45ee  [Broker] Fix LeaderElectionService.getCurrentLeader and add support for empheralOwner in MockZooKeeper (#13066)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/MultiBrokerBaseTest.java  | 153 +++++
 .../broker/auth/MockedPulsarServiceBaseTest.java   |  12 +-
 .../loadbalance/MultiBrokerLeaderElectionTest.java |  71 ++
 .../coordination/impl/LeaderElectionImpl.java      |   5 +-
 .../java/org/apache/zookeeper/MockZooKeeper.java   | 726 ++++++++++++---------
 .../org/apache/zookeeper/MockZooKeeperSession.java |  16 +-
 6 files changed, 654 insertions(+), 329 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/MultiBrokerBaseTest.java
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/loadbalance/MultiBrokerLeaderElectionTest.java