[ 
https://issues.apache.org/jira/browse/SPARK-38916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523493#comment-17523493
 ] 

Apache Spark commented on SPARK-38916:
--------------------------------------

User 'maryannxue' has created a pull request for this issue:
https://github.com/apache/spark/pull/36238

> Tasks not killed caused by race conditions between killTask() and launchTask()
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-38916
>                 URL: https://issues.apache.org/jira/browse/SPARK-38916
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.2.1
>            Reporter: Wei Xue
>            Priority: Minor
>
> Sometimes when the scheduler tries to cancel a task right after it launches 
> that task on the executor, the KillTask and LaunchTask events can come in a 
> reversed order, causing the task to escape the kill-task signal and finish 
> "secretly". And those tasks even show as an un-launched task in Spark UI.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to