GitHub user colorant opened a pull request:
https://github.com/apache/spark/pull/1103
Double check in doGetLocal to avoid read on removed block.
other wise, it will either read in vain in memory level case, or throw
exception in disk level case when it believe the block is there while actually
it had been removed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/colorant/spark bm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1103.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 #1103
----
commit d1ea287f943ca1a5c8fd9f48c40eb345caf2c644
Author: Raymond Liu <[email protected]>
Date: 2014-06-17T04:15:51Z
Double check in doGetLocal to avoid read on removed block.
----
---
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.
---