You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2016/05/26 16:30:15 UTC

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

     [ https://issues.apache.org/jira/browse/ACCUMULO-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Drob updated ACCUMULO-4163:
--------------------------------
         Priority: Minor  (was: Major)
    Fix Version/s:     (was: 1.7.2)
                   1.7.3

> 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
>            Priority: Minor
>             Fix For: 1.6.6, 1.7.3, 1.8.0
>
>
> {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)