HADOOP-13669. Addendum patch for KMS Server should log exceptions before throwing.
(cherry picked from commit ae51b11f78
)
This commit is contained in:
parent
0884c31aec
commit
1ea7070042
|
@ -38,4 +38,11 @@
|
||||||
<Class name="org.apache.hadoop.crypto.key.kms.server.KMSWebApp"/>
|
<Class name="org.apache.hadoop.crypto.key.kms.server.KMSWebApp"/>
|
||||||
<Bug pattern="DM_EXIT"/>
|
<Bug pattern="DM_EXIT"/>
|
||||||
</Match>
|
</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>
|
</FindBugsFilter>
|
||||||
|
|
Loading…
Reference in New Issue