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

This commit is contained in:
Xiao Chen 2016-10-13 22:32:08 -07:00
parent cf3f43e95b
commit ae51b11f78
1 changed files with 7 additions and 0 deletions

View File

@ -38,4 +38,11 @@
<Class name="org.apache.hadoop.crypto.key.kms.server.KMSWebApp"/>
<Bug pattern="DM_EXIT"/>
</Match>
<!--
KMS wants to log the exception before it's thrown to tomcat and disappear.
-->
<Match>
<Class name="org.apache.hadoop.crypto.key.kms.server.KMS"/>
<Bug pattern="REC"/>
</Match>
</FindBugsFilter>