Github user kayousterhout commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14079#discussion_r92077755
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/ExecutorFailuresInTaskSet.scala 
---
    @@ -25,26 +25,30 @@ import scala.collection.mutable.HashMap
     private[scheduler] class ExecutorFailuresInTaskSet(val node: String) {
       /**
        * Mapping from index of the tasks in the taskset, to the number of 
times it has failed on this
    -   * executor.
    +   * executor and the failure time.
    --- End diff --
    
    can you say "and the last failure time" or "and the most recent failure 
time" (o/w confusing since there's a count of failures, and which is the time 
for?)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to