HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.
(cherry picked from commit 09ef97dccb
)
This commit is contained in:
parent
05d772e297
commit
4c5c6c8c44
|
@ -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