GitHub user mridulm opened a pull request:
https://github.com/apache/spark/pull/504
Fix thread leak
mvn test fails (intermittently) due to thread leak - since scalatest runs
all tests in same vm.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mridulm/spark resource_leak_fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/504.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 #504
----
commit 7b5e19ce0126d255659b31c16f3d1f2c99df9470
Author: Mridul Muralidharan <[email protected]>
Date: 2014-04-23T09:36:07Z
Prevent NPE while running tests
commit a5d10d0997b2c4ff2b5b92b9905255005369fd60
Author: Mridul Muralidharan <[email protected]>
Date: 2014-04-23T09:36:10Z
Prevent thread leaks while running tests : cleanup all threads when
SparkContext.stop is invoked. Causes tests to fail
----
---
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.
---