[GitHub] spark pull request #20050: [SPARK-22864][core] Disable allocation schedule i...

2017-12-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20050 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20050: [SPARK-22864][core] Disable allocation schedule i...

2017-12-22 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/20050#discussion_r158537509 --- Diff: core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala --- @@ -1063,6 +1067,9 @@ class ExecutorAllocationManagerSuite

[GitHub] spark pull request #20050: [SPARK-22864][core] Disable allocation schedule i...

2017-12-21 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/20050#discussion_r158438115 --- Diff: core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala --- @@ -1063,6 +1067,9 @@ class ExecutorAllocationManagerSuite

[GitHub] spark pull request #20050: [SPARK-22864][core] Disable allocation schedule i...

2017-12-21 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/20050 [SPARK-22864][core] Disable allocation schedule in ExecutorAllocationManagerSuite. The scheduled task was racing with the test code and could influence the values returned to the test,