Github user ilganeli commented on the pull request:
https://github.com/apache/spark/pull/5277#issuecomment-87874923
@JoshRosen - there's a number of places throughout the code
```(SparkContext.stop(), ContextCleaner.stop(), SparkEnv.stop()``` that I've
found so far where the stopped boolean is set before the stop sequence is
complete. As I mention in the intro for this PR, this can introduce a host of
problems with incomplete shutdowns. I'd like to clean this up throughout the
code base and would prefer to avoid adding more instances of this practice.
---
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]