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