[GitHub] spark pull request #22806: [SPARK-25250] : On successful completion of a tas...

2018-11-29 Thread sujithjay
Github user sujithjay commented on a diff in the pull request: https://github.com/apache/spark/pull/22806#discussion_r237447252 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -1091,6 +1091,10 @@ private[spark] class TaskSetManager( def

[GitHub] spark pull request #22806: [SPARK-25250] : On successful completion of a tas...

2018-10-23 Thread pgandhi999
GitHub user pgandhi999 opened a pull request: https://github.com/apache/spark/pull/22806 [SPARK-25250] : On successful completion of a task attempt on a parti… …tion id, kill other running task attempts on that same partition We recently had a scenario where a race