GitHub user squito opened a pull request:
https://github.com/apache/spark/pull/8466
[SPARK-10248] [core] track exceptions in dagscheduler event loop in tests
`DAGSchedulerEventLoop` normally only logs errors (so it can continue to
process more events, from other jobs). However, this is not desirable in the
tests -- the tests should be able to easily detect any exception, and also
shouldn't silently succeed if there is an exception.
This was suggested by @mateiz on https://github.com/apache/spark/pull/7699.
It may have already turned up an issue in "zero split job".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/squito/spark SPARK-10248
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/8466.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 #8466
----
commit 2c45f78d2579081a9224af0c8da0f03fe07bbfd9
Author: Imran Rashid <[email protected]>
Date: 2015-08-26T15:27:50Z
track exceptions in dagscheduler event loop in tests
----
---
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]