TEZ-2972. addendum for findbugs. (Jason Lowe via bikas)
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/12bd908f Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/12bd908f Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/12bd908f Branch: refs/heads/TEZ-2980 Commit: 12bd908f4b5b95d993635b051646a04e76c90db6 Parents: 4ed7d1a Author: Bikas Saha <[email protected]> Authored: Fri Dec 25 16:54:09 2015 -0800 Committer: Bikas Saha <[email protected]> Committed: Fri Dec 25 16:54:09 2015 -0800 ---------------------------------------------------------------------- tez-dag/findbugs-exclude.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/12bd908f/tez-dag/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/tez-dag/findbugs-exclude.xml b/tez-dag/findbugs-exclude.xml index 43046d9..f106c8b 100644 --- a/tez-dag/findbugs-exclude.xml +++ b/tez-dag/findbugs-exclude.xml @@ -19,6 +19,7 @@ <Field name="blacklistDisablePercent" /> <Field name="maxTaskFailuresPerNode" /> <Field name="nodeBlacklistingEnabled" /> + <Field name="nodeUpdatesRescheduleEnabled" /> </Or> <Bug pattern="IS2_INCONSISTENT_SYNC" /> </Match>
