Josh Elser created ACCUMULO-3354:
------------------------------------
Summary: Calling deleteRows on an offline table doesn't include
table name in error
Key: ACCUMULO-3354
URL: https://issues.apache.org/jira/browse/ACCUMULO-3354
Project: Accumulo
Issue Type: Bug
Components: client
Affects Versions: 1.6.1
Reporter: Josh Elser
Assignee: Josh Elser
Fix For: 1.6.2, 1.7.0
The table name that I provided to deleteRows should be included in the
exception message.
{noformat}
org.apache.accumulo.core.client.TableOfflineException: Table <unknown table>
is offline
at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:333)
at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:295)
at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1595)
at
org.apache.accumulo.core.client.impl.TableOperationsImpl.deleteRows(TableOperationsImpl.java:557)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)