I'm getting path problems on Windows.
Looking at line 104 and 584 of org.apache.helix.manager.zk.ZkBaseDataAccessor 
it looks like it is mixing up local file path with Zookeeper path.
In Zookeeper the file separator is always "/".
But ZkBaseDataAccessor will end up using "\" when running on Windows.

Reply via email to