You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/01/30 22:38:18 UTC

[jira] [Created] (ACCUMULO-2293) AccumuloSecurityException might be thrown instead of TableNotFoundException on flush or clone

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)