dongjoon-hyun commented on code in PR #41076:
URL: https://github.com/apache/spark/pull/41076#discussion_r1186772450
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2516,4 +2516,14 @@ package object config {
.version("3.5.0")
.booleanConf
.createWithDefault(false)
+
+ private[spark] val DECOMMISSION_MAX_RATIO =
+ ConfigBuilder("spark.decommission.maxRatio")
+ .doc("Max ratio of decommissioning executor of running executors.
Decommission too many " +
+ s"executors at the same time with shuffle or rdd migration enabled " +
Review Comment:
If this is the condition of perf regression, we should not use `maxRatio`
when data migration (shuffle and RDD) is not enabled.
--
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]