Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/7559#discussion_r35078149
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/exec/ExecutorsTab.scala 
---
    @@ -68,6 +72,7 @@ class ExecutorsListener(storageStatusListener: 
StorageStatusListener) extends Sp
       override def onExecutorRemoved(
           executorRemoved: SparkListenerExecutorRemoved): Unit = synchronized {
         val eid = executorRemoved.executorId
    +    executorIds = executorIds.filter(x => (x != eid))
    --- End diff --
    
    I can't make out how this relates to the problem you specified.  Do you 
mind backing up and explaining in the JIRA first? I would close this PR as it 
does not look like the right approach to anything like what you're describing


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to