You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2020/07/17 05:27:49 UTC

[pulsar] branch master updated (2a0cb69 -> 3db03be)

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

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


    from 2a0cb69  Add more logging to the auth operations on failure (#7567)
     add 3db03be  Replace the use of Paths.get(...).getParent() for a zookeeper path in ZooKeeperCache (#7558)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/pulsar/zookeeper/ZkUtils.java  |  42 ++++++++
 .../apache/pulsar/zookeeper/ZooKeeperCache.java    |   3 +-
 .../pulsar/zookeeper/ZkUtilsParentPathTest.java    | 112 +++++++++++++++++++++
 3 files changed, 155 insertions(+), 2 deletions(-)
 create mode 100644 pulsar-zookeeper-utils/src/test/java/org/apache/pulsar/zookeeper/ZkUtilsParentPathTest.java