[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21653 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-20 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/21653#discussion_r204199580 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -723,6 +723,21 @@ private[spark] class TaskSetManager( def

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-20 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/21653#discussion_r20409 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -723,6 +723,21 @@ private[spark] class TaskSetManager( def

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-20 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/21653#discussion_r204177708 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -723,6 +723,21 @@ private[spark] class TaskSetManager( def

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-07 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/21653#discussion_r200805005 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -723,6 +723,13 @@ private[spark] class TaskSetManager( def

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-02 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/21653#discussion_r199550367 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -1371,4 +1371,64 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-02 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/21653#discussion_r199550557 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -1371,4 +1371,64 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-07-02 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/21653#discussion_r199549772 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -1371,4 +1371,64 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #21653: [SPARK-13343] speculative tasks that didn't commi...

2018-06-27 Thread hthuynh2
GitHub user hthuynh2 opened a pull request: https://github.com/apache/spark/pull/21653 [SPARK-13343] speculative tasks that didn't commit shouldn't be marked as success **Description** Currently Speculative tasks that didn't commit can show up as success of failures (depending