You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2019/04/22 23:50:00 UTC

[jira] [Resolved] (ACCUMULO-2340) stop-all.sh in loop when ZK is down

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

Christopher Tubbs resolved ACCUMULO-2340.
-----------------------------------------
    Resolution: Invalid

Script no longer exists in 2.0; reopen on GitHub issues if further attention is needed.



> stop-all.sh in loop when ZK is down
> -----------------------------------
>
>                 Key: ACCUMULO-2340
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2340
>             Project: Accumulo
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 1.6.0
>            Reporter: Dave Marion
>            Priority: Trivial
>              Labels: newbie
>
> {noformat}
> java.lang.RuntimeException: Failed to connect to zookeeper (localhost:2181) within 2x zookeeper timeout period 30000
> 	at org.apache.accumulo.fate.zookeeper.ZooSession.connect(ZooSession.java:89)
> 	at org.apache.accumulo.fate.zookeeper.ZooSession.getSession(ZooSession.java:148)
> 	at org.apache.accumulo.fate.zookeeper.ZooReader.getSession(ZooReader.java:35)
> 	at org.apache.accumulo.fate.zookeeper.ZooReaderWriter.getZooKeeper(ZooReaderWriter.java:54)
> 	at org.apache.accumulo.fate.zookeeper.ZooReader.getChildren(ZooReader.java:59)
> 	at org.apache.accumulo.server.util.ZooZap.main(ZooZap.java:76)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.accumulo.start.Main$1.run(Main.java:137)
> 	at java.lang.Thread.run(Thread.java:662)
> {noformat}
> {noformat}
> "org.apache.accumulo.server.util.ZooZap" prio=10 tid=0x000000004204c000 nid=0x10cb waiting on condition [0x00007fa2a9837000]
>    java.lang.Thread.State: TIMED_WAITING (sleeping)
> 	at java.lang.Thread.sleep(Native Method)
> 	at org.apache.accumulo.fate.util.UtilWaitThread.sleep(UtilWaitThread.java:26)
> 	at org.apache.accumulo.fate.zookeeper.ZooSession.connect(ZooSession.java:85)
> 	at org.apache.accumulo.fate.zookeeper.ZooSession.getSession(ZooSession.java:148)
> 	- locked <0x00000000fc12f628> (a java.lang.Class for org.apache.accumulo.fate.zookeeper.ZooSession)
> 	at org.apache.accumulo.fate.zookeeper.ZooReader.getSession(ZooReader.java:35)
> 	at org.apache.accumulo.fate.zookeeper.ZooReaderWriter.getZooKeeper(ZooReaderWriter.java:54)
> 	at org.apache.accumulo.fate.zookeeper.ZooReader.getChildren(ZooReader.java:59)
> 	at org.apache.accumulo.server.util.ZooZap.main(ZooZap.java:76)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.accumulo.start.Main$1.run(Main.java:137)
> 	at java.lang.Thread.run(Thread.java:662)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)