Michael Miller created ACCUMULO-4835:
----------------------------------------
Summary: Client should throw TableNotFoundException
Key: ACCUMULO-4835
URL: https://issues.apache.org/jira/browse/ACCUMULO-4835
Project: Accumulo
Issue Type: Bug
Components: client
Affects Versions: 1.7.4, 1.9.0
Reporter: Michael Miller
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)