Github user sitalkedia commented on a diff in the pull request:
https://github.com/apache/spark/pull/17307#discussion_r106304656
--- 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 */
--- End diff --
done
- [ ]
---
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]