-
- Downloads
SPARK-1587 Fix thread leak
mvn test fails (intermittently) due to thread leak - since scalatest runs all tests in same vm. Author: Mridul Muralidharan <mridulm80@apache.org> Closes #504 from mridulm/resource_leak_fixes and squashes the following commits: a5d10d0 [Mridul Muralidharan] Prevent thread leaks while running tests : cleanup all threads when SparkContext.stop is invoked. Causes tests to fail 7b5e19c [Mridul Muralidharan] Prevent NPE while running tests
Showing
- core/src/main/scala/org/apache/spark/metrics/MetricsSystem.scala 12 additions, 10 deletions...c/main/scala/org/apache/spark/metrics/MetricsSystem.scala
- core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala 1 addition, 0 deletions.../scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala
- core/src/main/scala/org/apache/spark/storage/BlockManager.scala 2 additions, 0 deletions...rc/main/scala/org/apache/spark/storage/BlockManager.scala
- core/src/main/scala/org/apache/spark/storage/DiskBlockManager.scala 17 additions, 11 deletions...ain/scala/org/apache/spark/storage/DiskBlockManager.scala
- core/src/main/scala/org/apache/spark/storage/ShuffleBlockManager.scala 4 additions, 0 deletions.../scala/org/apache/spark/storage/ShuffleBlockManager.scala
- core/src/main/scala/org/apache/spark/ui/JettyUtils.scala 1 addition, 0 deletionscore/src/main/scala/org/apache/spark/ui/JettyUtils.scala
- core/src/test/scala/org/apache/spark/storage/DiskBlockManagerSuite.scala 5 additions, 0 deletions...cala/org/apache/spark/storage/DiskBlockManagerSuite.scala
Loading
Please register or sign in to comment