[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-03-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16855 --- 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 #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-28 Thread kayousterhout
Github user kayousterhout commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r103538649 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -664,6 +665,63 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-23 Thread kayousterhout
Github user kayousterhout commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r102860963 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -664,6 +665,55 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-23 Thread kayousterhout
Github user kayousterhout commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r102848520 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -664,6 +665,63 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-19 Thread GavinGavinNo1
Github user GavinGavinNo1 commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r101940439 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -664,6 +665,55 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-13 Thread GavinGavinNo1
Github user GavinGavinNo1 commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r100813496 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -664,6 +665,55 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-09 Thread kayousterhout
Github user kayousterhout commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r100405998 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -664,6 +665,55 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-09 Thread GavinGavinNo1
Github user GavinGavinNo1 commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r100356980 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -664,6 +665,55 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #16855: [SPARK-13931] Stage can hang if an executor fails...

2017-02-09 Thread GavinGavinNo1
Github user GavinGavinNo1 commented on a diff in the pull request: https://github.com/apache/spark/pull/16855#discussion_r100346247 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -874,7 +874,8 @@ private[spark] class TaskSetManager(