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

    https://github.com/apache/spark/pull/5636#discussion_r28900368
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 
---
    @@ -96,6 +96,30 @@ class DAGScheduler(
       // Stages that must be resubmitted due to fetch failures
       private[scheduler] val failedStages = new HashSet[Stage]
     
    +  // The maximum number of times to retry a stage before aborting
    +  val maxStageFailures = 5
    --- End diff --
    
    can you make this a conf?  there is already `spark.task.maxFailures`, so 
how about `spark.stage.maxFailures`?  Also it should get added to the docs


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