You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "dzcxzl (JIRA)" <ji...@apache.org> on 2019/06/21 17:02:00 UTC

[jira] [Updated] (SPARK-27630) Stage retry causes totalRunningTasks calculation to be negative

     [ https://issues.apache.org/jira/browse/SPARK-27630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dzcxzl updated SPARK-27630:
---------------------------
    Description: 
Track tasks separately for each stage attempt (instead of tracking by stage), and do NOT reset the numRunningTasks to 0 on StageCompleted

In the case of stage retry, the {{taskEnd}} event from the zombie stage sometimes makes the number of {{totalRunningTasks}} negative, which will causes the job to get stuck.
 Similar problem also exists with {{stageIdToTaskIndices}} & {{stageIdToSpeculativeTaskIndices}}.
 If it is a failed {{taskEnd}} event of the zombie stage, this will cause {{stageIdToTaskIndices}} or {{stageIdToSpeculativeTaskIndices}} to remove the task index of the active stage, and the number of {{totalPendingTasks}} will increase unexpectedly.

  was:
In the case of stage retry, the {{taskEnd}} event from the zombie stage sometimes makes the number of {{totalRunningTasks}} negative, which will causes the job to get stuck.
Similar problem also exists with {{stageIdToTaskIndices}} & {{stageIdToSpeculativeTaskIndices}}.
If it is a failed {{taskEnd}} event of the zombie stage, this will cause {{stageIdToTaskIndices}} or {{stageIdToSpeculativeTaskIndices}} to remove the task index of the active stage, and the number of {{totalPendingTasks}} will increase unexpectedly.


> Stage retry causes totalRunningTasks calculation to be negative
> ---------------------------------------------------------------
>
>                 Key: SPARK-27630
>                 URL: https://issues.apache.org/jira/browse/SPARK-27630
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.3.0
>            Reporter: dzcxzl
>            Priority: Minor
>
> Track tasks separately for each stage attempt (instead of tracking by stage), and do NOT reset the numRunningTasks to 0 on StageCompleted
> In the case of stage retry, the {{taskEnd}} event from the zombie stage sometimes makes the number of {{totalRunningTasks}} negative, which will causes the job to get stuck.
>  Similar problem also exists with {{stageIdToTaskIndices}} & {{stageIdToSpeculativeTaskIndices}}.
>  If it is a failed {{taskEnd}} event of the zombie stage, this will cause {{stageIdToTaskIndices}} or {{stageIdToSpeculativeTaskIndices}} to remove the task index of the active stage, and the number of {{totalPendingTasks}} will increase unexpectedly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org