GitHub user tdas opened a pull request:
https://github.com/apache/spark/pull/2143
[SPARK-3139] Made ContextCleaner to not block on shuffles
As a workaround for SPARK-3015, the ContextCleaner was made "blocking",
that is, it cleaned items one-by-one. But shuffles can take a long time to be
deleted. Given that the RC for 1.1 is imminent, this PR makes a narrow change
in the context cleaner - not wait for shuffle cleanups to complete. Also it
changes the error messages on failure to delete to be milder warnings, as
exceptions in the delete code path for one item does not really stop the actual
functioning of the system.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdas/spark cleaner-shuffle-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2143.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 #2143
----
commit 387b5787fcff0903770fc6dfea082dd2c4aca756
Author: Tathagata Das <[email protected]>
Date: 2014-08-26T18:43:09Z
Made ContextCleaner to not block on shuffles
----
---
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]