GitHub user seayi opened a pull request:
https://github.com/apache/spark/pull/12524
Update DAGScheduler.scala
## What changes were proposed in this pull request?
when task finished from failed stage ,it shouldn't. remove from pending rdd
partition list.
## How was this patch tested?
manual tests
when executor lost DagScheduer may submit one stage twice even if the first
running taskset for this stage is not finished,because the finished's task from
the failed stage should not remove from the pending partition list.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/seayi/spark branch-1.6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12524.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 #12524
----
commit 85b0725134edaaa178dd125babd0724272935b20
Author: seayi <[email protected]>
Date: 2016-04-20T09:00:34Z
Update DAGScheduler.scala
when executor lost DagScheduer may submit one stage twice even if the first
running taskset for this stage is not finished,because the finished's task from
the failed stage should not remove from the pending partition list.
----
---
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]