Github user KaiXinXiaoLei commented on the pull request:
https://github.com/apache/spark/pull/7559#issuecomment-125069024
@srowen I am sorry not to make clear. My problem is : a executor is
removed successfully but it exists in ExecutorsPage of the web ui.
From code, i find the executor id in ExecutorsPage is got from it's
blockManagerId:
val status = listener.storageStatusList(statusId)
val execId = status.blockManagerId.executorId
val hostPort = status.blockManagerId.hostPort
So i suggest, add a variable to save active executor id, then reading this
value of variable to show active executor in ExecutorsPage,
For example, i add a variable "executorIds" in ExecutorsTab.scala to save
active executor id, and in ExecutorsPage.scala, filter active executor id
through "executorIds" .
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]