Hi, I started to learn zookeeper recently. Now I got a problem when using java client to delete zk node. Description: Use zookeeper java client to delete a node which already exist. like zk.delete(path,-1). I have set timeout 1 min. But the zookeeper server seems to be hung up. the zk server state change to connecting, and I cannot reconnect it anymore. 1 min later , I got a exception " EndOfStreamException: Unable to read additional data from client". But no problem when I create a new node.
Regards, Crystal -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/I-got-a-problem-when-delete-node-tp7579794.html Sent from the zookeeper-user mailing list archive at Nabble.com.
