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

Not all the temp dirs had been deleted when the JVM exits

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.2
    • 1.4.2, 1.5.3, 1.6.0
    • Spark Core
    • None

    Description

      deleting the temp dir like that

      val a = mutable.Set(1,2,3,4,7,0,98,9,8)
      a.foreach(x => { a.remove(x) })
      

      You may not modify a collection while traversing or iterating over it.

      Attachments

        Activity

          People

            DoingDone9 Zhongshuai Pei
            DoingDone9 Zhongshuai Pei
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: