[GitHub] spark pull request #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-10-25 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/17813#discussion_r146939350 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -589,8 +605,18 @@ class CoarseGrainedSchedulerBa

[GitHub] spark pull request #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-10-25 Thread skonto
Github user skonto commented on a diff in the pull request: https://github.com/apache/spark/pull/17813#discussion_r146831076 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -589,8 +605,18 @@ class CoarseGrainedSchedulerBa

[GitHub] spark pull request #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17813 --- 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 #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-05-01 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/17813#discussion_r114166764 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -589,8 +605,18 @@ class CoarseGrainedSchedulerBa

[GitHub] spark pull request #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-05-01 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/17813#discussion_r114166338 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -589,8 +605,18 @@ class CoarseGrainedSchedulerBa

[GitHub] spark pull request #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-05-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17813#discussion_r114164316 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -589,8 +605,18 @@ class CoarseGrainedSchedulerBa

[GitHub] spark pull request #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-05-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17813#discussion_r114162538 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -589,8 +605,18 @@ class CoarseGrainedSchedulerBa

[GitHub] spark pull request #17813: [SPARK-20540][CORE] Fix unstable executor request...

2017-04-30 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/spark/pull/17813 [SPARK-20540][CORE] Fix unstable executor requests. There are two problems fixed in this commit. First, the ExecutorAllocationManager sets a timeout to avoid requesting executors too often. H