You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/03/14 17:59:33 UTC

[jira] [Created] (ACCUMULO-4163) ZooZap should deal with /tracers being missing

Josh Elser created ACCUMULO-4163:
------------------------------------

             Summary: ZooZap should deal with /tracers being missing
                 Key: ACCUMULO-4163
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4163
             Project: Accumulo
          Issue Type: Bug
          Components: zookeeper
    Affects Versions: 1.7.1
            Reporter: Josh Elser


{noformat}
2016-03-14 16:57:15,316 [util.ZooZap] ERROR: Exception running zapDirectory.
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /tracers
	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:1532)
	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1560)
	at org.apache.accumulo.fate.zookeeper.ZooReader.getChildren(ZooReader.java:151)
	at org.apache.accumulo.server.util.ZooZap.zapDirectory(ZooZap.java:117)
	at org.apache.accumulo.server.util.ZooZap.main(ZooZap.java:110)
	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:606)
	at org.apache.accumulo.start.Main$2.run(Main.java:130)
	at java.lang.Thread.run(Thread.java:745)
{noformat}

This shouldn't be an error that is propagated to the user to see. We should know that it's ok if '/tracers' doesn't exist and move on silently



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)