Repository: tez Updated Branches: refs/heads/branch-0.7 2aa00bf91 -> f3f52a8a0
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/f3f52a8a Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/f3f52a8a Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/f3f52a8a Branch: refs/heads/branch-0.7 Commit: f3f52a8a03d0bd97d9299f215bbf3b8c1d9e3844 Parents: 2aa00bf Author: Jonathan Eagles <[email protected]> Authored: Mon Oct 10 14:16:13 2016 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Mon Oct 10 14:49:24 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-dag/findbugs-exclude.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/f3f52a8a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8e3ffa9..effcfe3 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-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/f3f52a8a/tez-dag/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/tez-dag/findbugs-exclude.xml b/tez-dag/findbugs-exclude.xml index 2842a50..061b468 100644 --- a/tez-dag/findbugs-exclude.xml +++ b/tez-dag/findbugs-exclude.xml @@ -205,7 +205,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>
