HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.

(cherry picked from commit 09ef97dccb)
This commit is contained in:
Xiao Chen 2016-10-25 09:59:12 -07:00
parent 05d772e297
commit 4c5c6c8c44
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@
-->
<Match>
<Class name="org.apache.hadoop.crypto.key.kms.server.KMS"/>
<Bug pattern="REC"/>
<Bug pattern="REC_CATCH_EXCEPTION"/>
</Match>
</FindBugsFilter>