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

    https://github.com/apache/spark/pull/1056#discussion_r15247722
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/TaskScheduler.scala ---
    @@ -54,4 +56,8 @@ private[spark] trait TaskScheduler {
     
       // Get the default level of parallelism to use in the cluster, as a hint 
for sizing jobs.
       def defaultParallelism(): Int
    +
    +  // Returns false if the executor should reregister
    +  def executorHeartbeatReceived(execId: String, taskMetrics: Array[(Long, 
TaskMetrics)],
    +    blockManagerId: BlockManagerId): Boolean
    --- End diff --
    
    same here


---
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.
---

Reply via email to