GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/17942
[SPARK-20702][Core]TaskContextImpl.markTaskCompleted should not hide the original error ## What changes were proposed in this pull request? This PR adds an `error` parameter to `TaskContextImpl.markTaskCompleted` to propagate the original error. It also fixes an issue that `TaskCompletionListenerException.getMessage` doesn't include `previousError`. ## How was this patch tested? New unit tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zsxwing/spark SPARK-20702 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/17942.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 #17942 ---- commit 5c500686ad91e1c95e1b2fe9985686a813ff1d12 Author: Shixiong Zhu <shixi...@databricks.com> Date: 2017-05-10T20:55:22Z Rethrow the original error ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org