Hi Ming, thanks for pointing out the problem. "new File(path).getParent()" is problematic on Windows platforms as the separator becomes "\". We will fix it. Filed a jira to track this:
https://issues.apache.org/jira/browse/Helix-57 Thanks, Jason On Mon, Mar 4, 2013 at 9:33 PM, Ming Fang <[email protected]> wrote: > 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.
