Repository: hadoop
Updated Branches:
  refs/heads/branch-2 f0f2681b4 -> 562c358a8


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

(cherry picked from commit ae51b11f7872eaac558acf00fd23f6d7b1841cfe)


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

Branch: refs/heads/branch-2
Commit: 562c358a8327dbe8fa40dc59d2568ba7e7554e93
Parents: f0f2681
Author: Xiao Chen <x...@apache.org>
Authored: Thu Oct 13 22:32:08 2016 -0700
Committer: Xiao Chen <x...@apache.org>
Committed: Thu Oct 13 22:32:25 2016 -0700

----------------------------------------------------------------------
 .../hadoop-kms/dev-support/findbugsExcludeFile.xml            | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/562c358a/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 bc92ed7..78c4ca6 100644
--- a/hadoop-common-project/hadoop-kms/dev-support/findbugsExcludeFile.xml
+++ b/hadoop-common-project/hadoop-kms/dev-support/findbugsExcludeFile.xml
@@ -38,4 +38,11 @@
     <Class name="org.apache.hadoop.crypto.key.kms.server.KMSWebApp"/>
     <Bug pattern="DM_EXIT"/>
   </Match>
+  <!--
+    KMS wants to log the exception before it's thrown to tomcat and disappear.
+  -->
+  <Match>
+    <Class name="org.apache.hadoop.crypto.key.kms.server.KMS"/>
+    <Bug pattern="REC"/>
+  </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