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

    https://github.com/apache/spark/pull/17307#discussion_r106298559
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 
---
    @@ -187,6 +187,11 @@ class DAGScheduler(
       /** If enabled, FetchFailed will not cause stage retry, in order to 
surface the problem. */
       private val disallowStageRetryForTest = 
sc.getConf.getBoolean("spark.test.noStageRetry", false)
     
    +  /** Number of consecutive fetch failures allowed before a stage is 
aborted */
    +  private[scheduler] val maxConsecutiveFetchFailuresPerStage =
    --- End diff --
    
    Ok one more naming nit: can you make this consistent with the config name, 
so maxConsecutiveStageAttempts (and ditto with the constant)?


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