[GitHub] spark pull request #18913: [SPARK-21563][CORE] Fix race condition when seria...

2017-08-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18913 --- 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

[GitHub] spark pull request #18913: [SPARK-21563][CORE] Fix race condition when seria...

2017-08-11 Thread ash211
Github user ash211 commented on a diff in the pull request: https://github.com/apache/spark/pull/18913#discussion_r132721021 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1792,6 +1796,9 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #18913: [SPARK-21563][CORE] Fix race condition when seria...

2017-08-11 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/18913#discussion_r132706353 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1792,6 +1796,9 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #18913: [SPARK-21563][CORE] Fix race condition when seria...

2017-08-10 Thread ash211
GitHub user ash211 opened a pull request: https://github.com/apache/spark/pull/18913 [SPARK-21563][CORE] Fix race condition when serializing TaskDescriptions and adding jars ## What changes were proposed in this pull request? Fix the race condition when serializing