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

    https://github.com/apache/spark/pull/5636#discussion_r38575024
  
    --- 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
    +   * failures in order to avoid endless retries if a stage keeps failing 
with a FetchFailure.
    +   * We keep track of each attempt ID that has failed to avoid recording 
duplicate failures if
    +   * multiple tasks from the same stage attempt fail.
    --- End diff --
    
    could you link it to the JIRA by adding `(SPARK-5945)` to the end 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 [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