Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
Description
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.