GitHub user jerryshao opened a pull request:
https://github.com/apache/spark/pull/11366
[SPARK-13447][Yarn][Core] Clean the stale states for AM failure an restart
situation
## What changes were proposed in this pull request?
This is a follow-up fix of #9963, in #9963 we handle this stale states
clean-up work only for dynamic allocation enabled scenario. Here we should also
clean the states in `CoarseGrainedSchedulerBackend` for dynamic allocation
disabled scenario.
Please review, CC @andrewor14 @lianhuiwang , thanks a lot.
## How was this patch tested?
Run the unit test locally, also with integration test manually.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jerryshao/apache-spark SPARK-13447
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11366.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 #11366
----
commit 3e8134fbe08922d463099e2f77f4553ede1fd64a
Author: jerryshao <[email protected]>
Date: 2016-02-25T07:34:55Z
Clean the states for dynamic allocation disabled situation
----
---
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]