Repository: tez
Updated Branches:
  refs/heads/master 58aaa36f2 -> eeac7a92c


TEZ-2755. Fix findbugs warning in TezClient


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

Branch: refs/heads/master
Commit: eeac7a92cb4d3640b2811135e4facb32ea1f10b3
Parents: 58aaa36
Author: Jonathan Eagles <[email protected]>
Authored: Wed Sep 2 15:28:40 2015 -0500
Committer: Jonathan Eagles <[email protected]>
Committed: Wed Sep 2 15:28:40 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt                  | 2 ++
 tez-api/findbugs-exclude.xml | 6 ++++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/eeac7a92/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 1f785b0..a6d3b54 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ Release 0.8.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2755. Fix findbugs warning in TezClient
   TEZ-2767. Make TezMxBeanResourceCalculator the default resource calculator.
   TEZ-2765. Change Xmlwriter to use defaultValue instead of value tag.
   TEZ-2750. Shuffle may not shutdown in case of a fetch failure, causing it to 
hang.
@@ -159,6 +160,7 @@ Release 0.7.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2755. Fix findbugs warning in TezClient
   TEZ-2767. Make TezMxBeanResourceCalculator the default resource calculator.
   TEZ-2602. Throwing EOFException when launching MR job
   TEZ-2575. Handle KeyValue pairs size which do not fit in a single block in 
PipelinedSorter

http://git-wip-us.apache.org/repos/asf/tez/blob/eeac7a92/tez-api/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/tez-api/findbugs-exclude.xml b/tez-api/findbugs-exclude.xml
index dbb0db8..95b9207 100644
--- a/tez-api/findbugs-exclude.xml
+++ b/tez-api/findbugs-exclude.xml
@@ -86,6 +86,12 @@
   </Match>
 
   <Match>
+    <Class name="org.apache.tez.client.TezClient"/>
+    <Method name="stop"/>
+    <Bug pattern="SWL_SLEEP_WITH_LOCK_HELD"/>
+  </Match>
+
+  <Match>
     <Class 
name="org.apache.tez.dag.api.EdgeManagerPluginOnDemand$EventRouteMetadata"/>
     <Method name="getSourceIndices"/>
     <Bug pattern="EI_EXPOSE_REP"/>

Reply via email to