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

    https://github.com/apache/spark/pull/5636#discussion_r38574976
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/Stage.scala ---
    @@ -92,6 +92,29 @@ private[spark] abstract class Stage(
        */
       private var _latestInfo: StageInfo = StageInfo.fromStage(this, 
nextAttemptId)
     
    +  /**
    +   * Set of IDs of stage attempts that have failed with a FetchFailure. We 
keep track of these
    --- End diff --
    
    `IDs of stage attempts` is a little confusing. Can you just call it `Set of 
stage attempt IDs`


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