[GitHub] spark pull request #17091: [SPARK-19757][CORE] DriverEndpoint#makeOffers rac...

2017-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17091 --- 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 #17091: [SPARK-19757][CORE] DriverEndpoint#makeOffers rac...

2017-03-07 Thread jxiang
GitHub user jxiang reopened a pull request: https://github.com/apache/spark/pull/17091 [SPARK-19757][CORE] DriverEndpoint#makeOffers race against CoarseGrainedSchedulerBackend#killExecutors ## What changes were proposed in this pull request? While some executors are being

[GitHub] spark pull request #17091: [SPARK-19757][CORE] DriverEndpoint#makeOffers rac...

2017-03-07 Thread jxiang
Github user jxiang closed the pull request at: https://github.com/apache/spark/pull/17091 --- 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 #17091: [SPARK-19757][CORE] DriverEndpoint#makeOffers rac...

2017-03-07 Thread jxiang
Github user jxiang commented on a diff in the pull request: https://github.com/apache/spark/pull/17091#discussion_r104726794 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1646,7 +1646,7 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #17091: [SPARK-19757][CORE] DriverEndpoint#makeOffers rac...

2017-03-06 Thread jxiang
Github user jxiang commented on a diff in the pull request: https://github.com/apache/spark/pull/17091#discussion_r104578056 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1646,7 +1646,7 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #17091: [SPARK-19757][CORE] DriverEndpoint#makeOffers rac...

2017-03-06 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17091#discussion_r104563240 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1646,7 +1646,7 @@ class SparkContext(config: SparkConf) extends Logging {