Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8007#issuecomment-134774913 [Test build #41573 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41573/console) for PR 8007 at commit [`8057da1`](https://github.com/apache/spark/commit/8057da1d2c3d85b3f4ae28d52ff9130d1a3f4898). * This patch **fails Scala style tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `sealed trait TaskEndReason ` * `case class ExecutorLostFailure(execId: String, isNormalExit: Boolean = false)` * `class ExecutorLossReason(val message: String) extends Serializable ` * `case class ExecutorExited(val exitCode: Int, isNormalExit: Boolean, reason: String)` * ` case class RemoveExecutor(executorId: String, reason: ExecutorLossReason)` * ` case class GetExecutorLossReason(executorId: String) extends CoarseGrainedClusterMessage`
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org