Ngone51 commented on code in PR #36162: URL: https://github.com/apache/spark/pull/36162#discussion_r885262650
########## core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala: ########## @@ -103,6 +104,9 @@ private[spark] class TaskSchedulerImpl( // of tasks that are very short. val MIN_TIME_TO_SPECULATION = conf.get(SPECULATION_MIN_THRESHOLD) + private val calculateTaskProgressRate = conf.get(SPECULATION_ENABLED) && Review Comment: How about `efficientTaskCalcualtionEnabled`? -- 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]
