You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by srdo <gi...@git.apache.org> on 2018/03/20 19:04:55 UTC

[GitHub] storm issue #2602: Update CuratorUtils.java

Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/2602
  
    Are you sure? The Zookeeper documentation doesn't mention using "," for root paths. From https://zookeeper.apache.org/doc/r3.4.11/api/index.html 
    
    > connectString - comma separated host:port pairs, each corresponding to a zk server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002" If the optional chroot suffix is used the example would look like: "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002/app/a" where the client would be rooted at "/app/a" and all paths would be relative to this root


---