HADOOP-13669. Addendum patch for KMS Server should log exceptions before throwing.
This commit is contained in:
parent
cf3f43e95b
commit
ae51b11f78
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue