Mridul Muralidharan created SPARK-1587:
------------------------------------------
Summary: Fix thread leak in spark
Key: SPARK-1587
URL: https://issues.apache.org/jira/browse/SPARK-1587
Project: Spark
Issue Type: Bug
Reporter: Mridul Muralidharan
SparkContext.stop does not cause all threads to exit.
When running tests via scalatest (which keeps reusing the same vm), over time,
this causes too many threads to be created causing tests to fail due to
inability to create more threads.
--
This message was sent by Atlassian JIRA
(v6.2#6252)