-
- Downloads
[SPARK-12784][UI] Fix Spark UI IndexOutOfBoundsException with dynamic allocation
Add `listener.synchronized` to get `storageStatusList` and `execInfo` atomically. Author: Shixiong Zhu <shixiong@databricks.com> Closes #10728 from zsxwing/SPARK-12784.
Showing
- core/src/main/scala/org/apache/spark/status/api/v1/ExecutorListResource.scala 7 additions, 3 deletions...org/apache/spark/status/api/v1/ExecutorListResource.scala
- core/src/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala 10 additions, 3 deletions...c/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala
Please register or sign in to comment