You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2014/04/08 00:54:14 UTC

[jira] [Created] (TEZ-1024) Fix determination of failed attempts

Bikas Saha created TEZ-1024:
-------------------------------

             Summary: Fix determination of failed attempts
                 Key: TEZ-1024
                 URL: https://issues.apache.org/jira/browse/TEZ-1024
             Project: Apache Tez
          Issue Type: Sub-task
            Reporter: Bikas Saha


Current code looks at task max.attempts to determine if we have already run too many attempts in the previous attempt. However, this would miscount killed attempts (due to preemptione etc) as failed attempts. We should probably be looking at the attempt status to determine the number of failed attempts.



--
This message was sent by Atlassian JIRA
(v6.2#6252)