Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/20998#discussion_r183406175
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala ---
@@ -287,7 +287,7 @@ private[spark] class TaskSetManager(
None
}
- /** Check whether a task is currently running an attempt on a given host
*/
+ /** Check whether a task once run an attempt on a given host */
--- End diff --
Should this be "once ran"?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]