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 <x...@apache.org>
Authored: Tue Oct 25 09:59:12 2016 -0700
Committer: Xiao Chen <x...@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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to