GitHub user devaraj-kavali opened a pull request:
https://github.com/apache/spark/pull/11778
[SPARK-13965] [CORE] Driver should kill the other running task attempts if
any one task attempt succeeds for the same task
## What changes were proposed in this pull request?
core\src\main\scala\org\apache\spark\scheduler\TaskSetManager.scala
TaskSetManager kills other running attempts when any one attempts succeeds
for the same task.
## How was this patch tested?
I have verified this patch manually by enabling spark.speculation as true,
when any attempt gets succeeded then other running attempts are getting killed
for the same task and other pending tasks are getting assigned in those.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/devaraj-kavali/spark SPARK-13965
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11778.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11778
----
commit 10cf58e10ffb93961db41d3269fd48dab8ecf711
Author: Devaraj K <[email protected]>
Date: 2016-03-17T09:10:14Z
[SPARK-13965] [CORE] Driver should kill the other running task attempts if
any one task attempt succeeds for the same task
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]