-
- Downloads
[SPARK-12920][CORE] Honor "spark.ui.retainedStages" to reduce mem-pressure
When large number of jobs are run concurrently with Spark thrift server, thrift server starts running at high CPU due to GC pressure. Job UI retention causes memory pressure with large jobs. https://issues.apache.org/jira/secure/attachment/12783302/SPARK-12920.profiler_job_progress_listner.png has the profiler snapshot. This PR honors `spark.ui.retainedStages` strictly to reduce memory pressure. Manual and unit tests Author: Rajesh Balamohan <rbalamohan@apache.org> Closes #10846 from rajeshbalamohan/SPARK-12920.
Showing
- core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala 2 additions, 2 deletions.../scala/org/apache/spark/ui/jobs/JobProgressListener.scala
- core/src/test/scala/org/apache/spark/ui/jobs/JobProgressListenerSuite.scala 34 additions, 16 deletions...a/org/apache/spark/ui/jobs/JobProgressListenerSuite.scala
Please register or sign in to comment