HADOOP-13669. Addendum patch for KMS Server should log exceptions before throwing.
(cherry picked from commit ae51b11f7872eaac558acf00fd23f6d7b1841cfe)
This commit is contained in:
parent
f0f2681b4f
commit
562c358a83
@ -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…
x
Reference in New Issue
Block a user