tgravescs 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_r350225270
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -1461,6 +1461,14 @@ package object config {
       .doubleConf
       .createWithDefault(0.75)
 
+  private[spark] val SPECULATION_TASK_DURATION_THRESHOLD =
+    ConfigBuilder("spark.speculation.task.duration.threshold")
+      .doc("Task duration after which scheduler would try to speculative run 
the task. If " +
+        "provided, tasks would be rerun as long as they exceed the threshold 
no matter whether" +
 
 Review comment:
   should change rerun to something like speculatively run.

----------------------------------------------------------------
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]

Reply via email to