GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/6195
[SPARK-7655][Core] Deserialize value should not hold the TaskSchedulerImpl
lock
We should not call `DirectTaskResult.value` when holding the
`TaskSchedulerImpl` lock. It may cost dozens of seconds to deserialize a large
object.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark SPARK-7655
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6195.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 #6195
----
commit 15010b53d63cf6c3cd66c07917ca146c7b7c871a
Author: zsxwing <[email protected]>
Date: 2015-05-15T18:18:22Z
Deserialize value should not hold the TaskSchedulerImpl lock
----
---
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]