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

Fix bug in BlacklistTracker's updateBlacklistForFetchFailure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.0
    • 2.3.1, 2.4.0
    • Spark Core
    • Important

    Description

      There's a miswrite in BlacklistTracker's updateBlacklistForFetchFailure:

       

      val blacklistedExecsOnNode =
          nodeToBlacklistedExecs.getOrElseUpdate(exec, HashSet[String]())
      blacklistedExecsOnNode += exec

       

      where first exec should be host.

      Attachments

        Activity

          People

            Ngone51 wuyi
            Ngone51 wuyi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: