Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-19398

Log in TaskSetManager is not correct

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • Scheduler, Spark Core
    • None

    Description

      Log below is misleading:

      "TaskSetManager.scala"
          if (successful(index)) {
            logInfo(
              s"Task ${info.id} in stage ${taskSet.id} (TID $tid) failed, " +
              "but another instance of the task has already succeeded, " +
              "so not re-queuing the task to be re-executed.")
          }
      

      If fetch failed, the task is marked as successful in TaskSetManager:: handleFailedTask. Then log above will be printed. The successful just means task will not be scheduled any longer, not a real success.

      Attachments

        Activity

          People

            jinxing6042@126.com Jin Xing
            jinxing6042@126.com Jin Xing
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: