You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ka...@apache.org on 2016/10/26 18:30:51 UTC

[25/50] [abbrv] hadoop git commit: HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.

HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/09ef97dc
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/09ef97dc
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/09ef97dc

Branch: refs/heads/YARN-4752
Commit: 09ef97dccbd4c11aaeedf7503d414f999435ad91
Parents: 309a439
Author: Xiao Chen <xi...@apache.org>
Authored: Tue Oct 25 09:59:12 2016 -0700
Committer: Xiao Chen <xi...@apache.org>
Committed: Tue Oct 25 09:59:12 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/09ef97dc/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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org