Greetings, For the ZooKeeper.setACL call:
https://github.com/apache/zookeeper/blob/master/src/java/main/org/apache/zookeeper/ZooKeeper.java#L2368 public Stat setACL(final String path, List<ACL> acl, int version) Should version be set to Stat.version or Stat.aversion? Thanks, Arpit
