yuchenhuo commented on a change in pull request #26614: [SPARK-29976] New conf
for single task stage speculation
URL: https://github.com/apache/spark/pull/26614#discussion_r350009580
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -1461,6 +1461,11 @@ package object config {
.doubleConf
.createWithDefault(0.75)
+ private[spark] val SPECULATION_TASK_DURATION_THRESHOLD =
+ ConfigBuilder("spark.speculation.task.duration.threshold")
+ .timeConf(TimeUnit.MILLISECONDS)
+ .createOptional
Review comment:
Do I need to change
https://github.com/apache/spark/blob/master/docs/configuration.md?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]