[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-221797440 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-221797436 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-221797211 **[Test build #59344 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59344/consoleFull)** for PR 13234 at commit

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-26 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/13234#discussion_r64698507 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala --- @@ -249,10 +249,16 @@ private[spark] class TaskSchedulerImpl(

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-221783307 **[Test build #59344 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59344/consoleFull)** for PR 13234 at commit

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-220741242 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-220741240 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-220741021 **[Test build #59031 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59031/consoleFull)** for PR 13234 at commit

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-20 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-220730341 For the performance tests, I've collected data here: https://github.com/squito/spark/pull/5 (for lack of a better place). The brief summary here: the advanced strategy

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13234#issuecomment-220721708 **[Test build #59031 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59031/consoleFull)** for PR 13234 at commit

[GitHub] spark pull request: [WIP] [SPARK-8426] Enhance Blacklist mechanism...

2016-05-20 Thread squito
GitHub user squito opened a pull request: https://github.com/apache/spark/pull/13234 [WIP] [SPARK-8426] Enhance Blacklist mechanism for fault-tolerance ## What changes were proposed in this pull request? Update of https://github.com/apache/spark/pull/8760 by @mwws. The