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

    https://github.com/apache/spark/pull/19287#discussion_r140143293
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskInfo.scala ---
    @@ -66,6 +66,12 @@ class TaskInfo(
        */
       var finishTime: Long = 0
     
    +  /**
    +   * Set this tag when this task killed by other attempt. This kind of 
task should not resubmit
    +   * while executor lost.
    +   */
    --- End diff --
    
    Thanks for reviewing, rewrite this comment.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to