Repository: hadoop Updated Branches: refs/heads/branch-2 05d772e29 -> 4c5c6c8c4
HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing. (cherry picked from commit 09ef97dccbd4c11aaeedf7503d414f999435ad91) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4c5c6c8c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4c5c6c8c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4c5c6c8c Branch: refs/heads/branch-2 Commit: 4c5c6c8c4447adcfa9611fab2bf2eaba5f93a736 Parents: 05d772e Author: Xiao Chen <[email protected]> Authored: Tue Oct 25 09:59:12 2016 -0700 Committer: Xiao Chen <[email protected]> Committed: Tue Oct 25 09:59:45 2016 -0700 ---------------------------------------------------------------------- .../hadoop-kms/dev-support/findbugsExcludeFile.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4c5c6c8c/hadoop-common-project/hadoop-kms/dev-support/findbugsExcludeFile.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-kms/dev-support/findbugsExcludeFile.xml b/hadoop-common-project/hadoop-kms/dev-support/findbugsExcludeFile.xml index 78c4ca6..929936d 100644 --- a/hadoop-common-project/hadoop-kms/dev-support/findbugsExcludeFile.xml +++ b/hadoop-common-project/hadoop-kms/dev-support/findbugsExcludeFile.xml @@ -43,6 +43,6 @@ --> <Match> <Class name="org.apache.hadoop.crypto.key.kms.server.KMS"/> - <Bug pattern="REC"/> + <Bug pattern="REC_CATCH_EXCEPTION"/> </Match> </FindBugsFilter> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
