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
---