Github user sitalkedia commented on a diff in the pull request:
https://github.com/apache/spark/pull/18150#discussion_r121827539
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -188,6 +188,14 @@ class DAGScheduler(
private val disallowStageRetryForTest =
sc.getConf.getBoolean("spark.test.noStageRetry", false)
/**
+ * Whether to unregister all the outputs on the host in condition that
we receive a FetchFailure,
+ * this is set default to false, which means, we only unregister the
outputs related to the exact
+ * executor(instead of the host) on a FetchFailure.
+ */
+ private[scheduler] val unRegisterOutputOnHostOnFetchFailure =
+
sc.getConf.getBoolean("spark.files.fetchFailure.unRegisterOutputOnHost", false)
--- 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]