John Vines created ACCUMULO-2505:
------------------------------------
Summary: IllegalTableTransitionException while attempting to drop
a table
Key: ACCUMULO-2505
URL: https://issues.apache.org/jira/browse/ACCUMULO-2505
Project: Accumulo
Issue Type: Bug
Components: master
Affects Versions: 1.5.1
Environment: ec2 single node instance
Reporter: John Vines
Saw this while attempting a series of table deletes on a ec2 setup (i.e.
minimal resources)
{code}
java.lang.RuntimeException:
org.apache.accumulo.server.master.state.tables.TableManager$IllegalTableTransitionException
at
org.apache.accumulo.server.master.state.tables.TableManager.transitionTableState(TableManager.java:150)
at
org.apache.accumulo.server.master.tableOps.DeleteTable.call(DeleteTable.java:232)
at
org.apache.accumulo.server.master.tableOps.DeleteTable.call(DeleteTable.java:215)
at
org.apache.accumulo.server.master.tableOps.TraceRepo.call(TraceRepo.java:65)
at org.apache.accumulo.fate.Fate$TransactionRunner.run(Fate.java:64)
at
org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:662)
Caused by:
org.apache.accumulo.server.master.state.tables.TableManager$IllegalTableTransitionException
at
org.apache.accumulo.server.master.state.tables.TableManager$1.mutate(TableManager.java:143)
at
org.apache.accumulo.fate.zookeeper.ZooReaderWriter.mutate(ZooReaderWriter.java:134)
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.server.zookeeper.ZooReaderWriter$1.invoke(ZooReaderWriter.java:68)
at com.sun.proxy.$Proxy10.mutate(Unknown Source)
at
org.apache.accumulo.server.master.state.tables.TableManager.transitionTableState(TableManager.java:118)
... 6 more
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)