Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20082#discussion_r159175320
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/Task.scala ---
    @@ -79,6 +79,7 @@ private[spark] abstract class Task[T](
         SparkEnv.get.blockManager.registerTask(taskAttemptId)
         context = new TaskContextImpl(
           stageId,
    +      stageAttemptId, // stageAttemptId and stageAttemptNumber are 
semantically equal
    --- End diff --
    
    How much work we need to rename the internal `stageAttemptId` to 
`stageAttemptNumber`?


---

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

Reply via email to