Xingbo Jiang created SPARK-42967:
------------------------------------

             Summary: Fix SparkListenerTaskStart.stageAttemptId when a task is 
started after the stage is cancelled
                 Key: SPARK-42967
                 URL: https://issues.apache.org/jira/browse/SPARK-42967
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 3.3.2, 3.2.3, 3.1.3, 3.0.3
            Reporter: Xingbo Jiang
            Assignee: Xingbo Jiang


When a task is started after the stage is cancelled, the stageAttemptId field 
in  SparkListenerTaskStart event is set to -1. This could lead to unexpected 
problem for subscribers of SparkListener because -1 is not a legal 
stageAttemptId.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to