You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/10/16 19:46:34 UTC

[jira] [Created] (ACCUMULO-3239) Running stop-all without accumulo running hangs indefinately

John Vines created ACCUMULO-3239:
------------------------------------

             Summary: Running stop-all without accumulo running hangs indefinately
                 Key: ACCUMULO-3239
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3239
             Project: Accumulo
          Issue Type: Bug
          Components: master
    Affects Versions: 1.6.0
            Reporter: John Vines


Could have sworn I reported this, but couldn't find it.

Calling stop-all gets stuck in the Admin command with the following:
{code}"admin" prio=10 tid=0x0000000001973000 nid=0x548a waiting on condition [0x00007f56626d8000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.apache.accumulo.core.util.UtilWaitThread.sleep(UtilWaitThread.java:26)
	at org.apache.accumulo.core.client.impl.MasterClient.getConnectionWithRetry(MasterClient.java:48)
	at org.apache.accumulo.core.client.impl.MasterClient.executeGeneric(MasterClient.java:126)
	at org.apache.accumulo.core.client.impl.MasterClient.execute(MasterClient.java:171)
	at org.apache.accumulo.server.util.Admin.stopServer(Admin.java:303)
	at org.apache.accumulo.server.util.Admin.main(Admin.java:206)
	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:622)
	at org.apache.accumulo.start.Main$1.run(Main.java:141)
	at java.lang.Thread.run(Thread.java:701)
{code}

There should be some sort of timeout here



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