You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2014/09/25 21:11:34 UTC

[jira] [Created] (ACCUMULO-3170) RW failed with Unexpected table state mo DELETING != OFFLINE

Keith Turner created ACCUMULO-3170:
--------------------------------------

             Summary: RW failed with Unexpected table state mo DELETING != OFFLINE
                 Key: ACCUMULO-3170
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3170
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.6.0, 1.6.1
            Reporter: Keith Turner


Saw the following when running random walk, may just be a test bug.

{noformat}
24 19:45:47,001 [randomwalk.Framework] ERROR: Error during random walk
java.lang.Exception: Error running node Concurrent.xml
	at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285)
	at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:63)
	at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:122)
	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$1.run(Main.java:141)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.Exception: Error running node ct.OfflineTable
	at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285)
	at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
	... 8 more
Caused by: org.apache.accumulo.core.client.AccumuloException: Unexpected table state mo DELETING != OFFLINE
	at org.apache.accumulo.core.client.impl.TableOperationsImpl.waitForTableStateTransition(TableOperationsImpl.java:1196)
	at org.apache.accumulo.core.client.impl.TableOperationsImpl.offline(TableOperationsImpl.java:1330)
	at org.apache.accumulo.test.randomwalk.concurrent.OfflineTable.visit(OfflineTable.java:43)
	at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
	... 9 more
{noformat}



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