Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2505

IllegalTableTransitionException while attempting to drop a table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.5.1
    • None
    • master
    • None
    • ec2 single node instance

    Description

      Saw this while attempting a series of table deletes on a ec2 setup (i.e. minimal resources)

      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
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vines John Vines
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: