From: Martin S. <ms...@10...> - 2008-06-26 10:05:24
|
Hi, After some days on running our application that uses zookeeper over 10 servers we get connection loss exception by writing into zookeeper. Caused by: com.yahoo.zookeeper.KeeperException: KeeperErrorCode = ConnectionLoss at com.yahoo.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:634) at net.sf.katta.zk.ZKClient.getChildren(ZKClient.java:321) ... 3 more We use zookeeper 2.2.0. We can reach the servers all the time. Is this known and how can we find out what the cause is? Thanks in advance for every answer. Bye, Martin. |