GitHub user jianran opened a pull request:
https://github.com/apache/spark/pull/17334
[SPARK-19998][Block Manager]BlockRDD block not found Exception add RDD id
info
## What changes were proposed in this pull request?
"java.lang.Exception: Could not compute split, block $blockId not found"
doesn't have the rdd id info, the "BlockManager: Removing RDD $id" has only the
RDD id, so it couldn't find that the Exception's reason is the Removing; so
it's better block not found Exception add RDD id info
## How was this patch tested?
Existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jianran/spark SPARK-19998
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17334.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 #17334
----
commit 3911c46892304a5eec7d603dd8a015c9cf1fe0af
Author: jianran.tfh <[email protected]>
Date: 2017-03-17T09:30:28Z
rdd id info
----
---
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]