Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.4, 1.9.0
Description
I saw this misleading exception throw while running randomwalk during the concurrent OfflineTable node:
Caused by: org.apache.accumulo.core.client.AccumuloException: Unexpected table state g0 DELETING != ONLINE
at org.apache.accumulo.core.client.impl.TableOperationsImpl.waitForTableStateTransition(TableOperationsImpl.java:1072)
at org.apache.accumulo.core.client.impl.TableOperationsImpl.online(TableOperationsImpl.java:1240)
at org.apache.accumulo.test.randomwalk.concurrent.OfflineTable.visit(OfflineTable.java:47)
The table was in the process of being deleted so a TableNotFoundException would be more helpful.
Attachments
Issue Links
- links to