Repository: tez Updated Branches: refs/heads/branch-0.8 4ca515ff5 -> ebc9136ad
TEZ-3464. Fix findbugs warnings in tez-dag mainLoop (jeagles) (cherry picked from commit 54fcc0ac45e667729a3d9d7c936c5dfa1f22b0db) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ebc9136a Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ebc9136a Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ebc9136a Branch: refs/heads/branch-0.8 Commit: ebc9136adf149a650456d5d1db642b5fd8a1096d Parents: 4ca515f Author: Jonathan Eagles <[email protected]> Authored: Mon Oct 10 14:16:13 2016 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Mon Oct 10 14:45:46 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ tez-dag/findbugs-exclude.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/ebc9136a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index cb1446c..05679c4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3464. Fix findbugs warnings in tez-dag mainLoop TEZ-3330. Propagate additional config parameters when running MR jobs via Tez. TEZ-3335. DAG client thinks app is still running when app status is null TEZ-3460. Fix precommit release audit warning @@ -513,6 +514,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3464. Fix findbugs warnings in tez-dag mainLoop TEZ-3335. DAG client thinks app is still running when app status is null TEZ-3460. Fix precommit release audit warning TEZ-3368. NPE in DelayedContainerManager http://git-wip-us.apache.org/repos/asf/tez/blob/ebc9136a/tez-dag/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/tez-dag/findbugs-exclude.xml b/tez-dag/findbugs-exclude.xml index 5eed7eb..e8adbb3 100644 --- a/tez-dag/findbugs-exclude.xml +++ b/tez-dag/findbugs-exclude.xml @@ -220,7 +220,7 @@ <!-- TEZ-1959 --> <Match> <Class name="org.apache.tez.dag.app.rm.YarnTaskSchedulerService$DelayedContainerManager"/> - <Method name="run"/><Field name="drainedDelayedContainersForTest"/> + <Method name="mainLoop"/><Field name="drainedDelayedContainersForTest"/> <Bug pattern="JLM_JSR166_UTILCONCURRENT_MONITORENTER"/> </Match>
