You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/13 01:55:19 UTC

[2/2] git commit: Merge pull request #392 from rxin/listenerbus

Merge pull request #392 from rxin/listenerbus

Stop SparkListenerBus daemon thread when DAGScheduler is stopped.

Otherwise this leads to hundreds of SparkListenerBus daemon threads in our unit tests (and also problematic if user applications launches multiple SparkContext).


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/82e2b92c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/82e2b92c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/82e2b92c

Branch: refs/heads/master
Commit: 82e2b92c6dfebc2f570dbef366696c150548be55
Parents: 288a878 2180c87
Author: Reynold Xin <rx...@apache.org>
Authored: Sun Jan 12 16:55:11 2014 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Sun Jan 12 16:55:11 2014 -0800

----------------------------------------------------------------------
 .../org/apache/spark/scheduler/DAGScheduler.scala    |  4 +++-
 .../org/apache/spark/scheduler/SparkListener.scala   |  3 +++
 .../apache/spark/scheduler/SparkListenerBus.scala    | 15 +++++++++++----
 3 files changed, 17 insertions(+), 5 deletions(-)
----------------------------------------------------------------------