You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by David Medinets <da...@gmail.com> on 2012/06/08 04:46:12 UTC

Zookeeper NoNodeException in master_bashi.debug.log

I see a few references to this issue in my web searches but I don't
see how to recover from this issue. Using the rmr command in the
Zookeeper client shows the same error and exits the client.

07 22:30:23,076 [master.Master] ERROR: Unexpected exception, exiting
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode
= NoNode for /accumulo/2fd10e86-fb66-4049-b13c-353552bffdb9/recovery
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1448)
	at org.apache.accumulo.core.zookeeper.ZooReader.getChildren(ZooReader.java:62)
	at org.apache.accumulo.server.master.Master.run(Master.java:2071)
	at org.apache.accumulo.server.master.Master.main(Master.java:2173)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.accumulo.start.Main$1.run(Main.java:87)
	at java.lang.Thread.run(Thread.java:722)