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

The job page shows wrong stages when some of stages are evicted

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • Web UI
    • None

    Description

      Run "bin/spark-shell --conf spark.ui.retainedJobs=10 --conf spark.ui.retainedStages=10", type the following codes and click the job 19 page, it will show wrong stage ids:

      val rdd = sc.parallelize(0 to 100, 100).repartition(10).cache()
      
      (1 to 20).foreach { i =>
         rdd.repartition(10).count()
      }
      

      Please see the attached screenshots.

      Attachments

        Activity

          People

            zsxwing Shixiong Zhu
            zsxwing Shixiong Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: