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

This commit is contained in:
Xiao Chen 2016-10-25 09:59:12 -07:00
parent 309a43925c
commit 09ef97dccb
1 changed files with 1 additions and 1 deletions

View File

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