You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by bi...@apache.org on 2015/12/26 01:54:30 UTC

tez git commit: TEZ-2972. addendum for findbugs. (Jason Lowe via bikas)

Repository: tez
Updated Branches:
  refs/heads/master 4ed7d1aba -> 12bd908f4


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/master
Commit: 12bd908f4b5b95d993635b051646a04e76c90db6
Parents: 4ed7d1a
Author: Bikas Saha <bi...@apache.org>
Authored: Fri Dec 25 16:54:09 2015 -0800
Committer: Bikas Saha <bi...@apache.org>
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>