Hi, I am trying to upgrade Zookeeper server and client from V3.4.6 to V3.5.5 When I upgrade, org.apache.zookeeper.data.Stat is not resolved as it is not the usual place as in 3.4.6 We extensively use Stat to check if node exists in the zookeeper using checkExists() and use getStat(). Without importing org.apache.zookeeper.data.Stat, all these are not getting resolved. Should we use an alternate class for this? Any reason why it is moved? But strangely I see it is being used in package org.apache.zookeeper.server by DataTree.java. I am not able to locate it inside org.apache.zookeeper.server as well. Could anyone throw some light on it?
Thanks, Pradheep -- Sent from: http://zookeeper-user.578899.n2.nabble.com/