[GitHub] spark pull request #16178: [SPARK-18751][Core]Fix deadlock when SparkContext...

2016-12-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16178 --- 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 ena

[GitHub] spark pull request #16178: [SPARK-18751][Core]Fix deadlock when SparkContext...

2016-12-06 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16178#discussion_r91193208 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1760,25 +1760,24 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #16178: [SPARK-18751][Core]Fix deadlock when SparkContext...

2016-12-06 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16178#discussion_r91191951 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1760,25 +1760,24 @@ class SparkContext(config: SparkConf) extends Logging { d

[GitHub] spark pull request #16178: [SPARK-18751][Core]Fix deadlock when SparkContext...

2016-12-06 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/16178#discussion_r91190778 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1760,25 +1760,24 @@ class SparkContext(config: SparkConf) extends Logging {