GitHub user lianhuiwang opened a pull request:
https://github.com/apache/spark/pull/4474
[SPARK-5687][Core]TaskResultGetter need to catch OutOfMemoryError.
because in enqueueSuccessfulTask there is another thread to fetch result,
if result is large,it maybe throw a OutOfMemoryError. so if we donot catch
OutOfMemoryError, DAGDAGScheduler donot know the status of this task.
@andrewor14
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lianhuiwang/spark SPARK-5687
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4474.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 #4474
----
commit 7d538fc4155b1425613390e3b5d1db990b9b1ef2
Author: lianhuiwang <[email protected]>
Date: 2015-02-09T15:38:34Z
fix OutOfMemoryError
----
---
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]