Github user markgrover commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8007#discussion_r37034816
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedClusterMessage.scala
 ---
    @@ -92,6 +94,11 @@ private[spark] object CoarseGrainedClusterMessages {
           hostToLocalTaskCount: Map[String, Int])
         extends CoarseGrainedClusterMessage
     
    +  // Check if an executor was force-killed but for a normal reason
    +  // This could be the case if e.g. the cluster manager supports killing 
an executor to
    +  // move it elsewhere or to kill an executor in order to free resources
    +  case class GetExecutorLossReason(executorId: String)
    --- End diff --
    
    Should this extend CoarseGrainedClusterMessage as well?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to