Josh Elser created ACCUMULO-2293:
------------------------------------
Summary: AccumuloSecurityException might be thrown instead of
TableNotFoundException on flush or clone
Key: ACCUMULO-2293
URL: https://issues.apache.org/jira/browse/ACCUMULO-2293
Project: Accumulo
Issue Type: Bug
Components: client
Affects Versions: 1.5.0
Reporter: Josh Elser
Assignee: Josh Elser
Fix For: 1.5.1
When examining findbugs, I found that in the face of a
{{ThriftSecurityException}} on {{TableOperationsImpl._flush}}, we check against
the wrong {{SecurityErrorCode}} and would incorrectly throw an
{{AccumuloSecurityException}} instead of a {{TableNotFoundException}} when the
{{ThriftSecurityException}} contains a {{SecurityErrorCode.TABLE_DOESNT_EXIST}}.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)