dongjoon-hyun commented on code in PR #37924:
URL: https://github.com/apache/spark/pull/37924#discussion_r973807828
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2221,6 +2221,14 @@ package object config {
.checkValue(_ >= 0, "needs to be a non-negative value")
.createWithDefault(5)
+ private[spark] val STAGE_IGNORE_DECOMMISSION_FETCH_FAILURE =
+ ConfigBuilder("spark.stage.attempt.ignoreOnDecommissionFetchFailure")
+ .doc("Whether ignore stage fetch failure caused by executor decommission
when " +
+ "count spark.stage.maxConsecutiveAttempts")
+ .version("3.4.0")
+ .booleanConf
+ .createWithDefault(false)
Review Comment:
Thank you for starting this with `false` first. We can enable this after one
release cycle.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]