You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Michael Miller (JIRA)" <ji...@apache.org> on 2018/03/06 20:12:00 UTC

[jira] [Resolved] (ACCUMULO-4835) Client should throw TableNotFoundException

     [ https://issues.apache.org/jira/browse/ACCUMULO-4835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Miller resolved ACCUMULO-4835.
--------------------------------------
    Resolution: Fixed

> 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
>            Assignee: Michael Miller
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.7.4, 1.9.0, 2.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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)