Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/6317#discussion_r30966235
--- Diff:
core/src/main/scala/org/apache/spark/deploy/master/ui/MasterPage.scala ---
@@ -75,6 +75,7 @@ private[ui] class MasterPage(parent: MasterWebUI) extends
WebUIPage("") {
val workerHeaders = Seq("Worker Id", "Address", "State", "Cores",
"Memory")
val workers = state.workers.sortBy(_.id)
+ val aliveWorkers = state.workers.filter(_.state == WorkerState.ALIVE )
--- End diff --
Nit: extra space at the end.
@zhichao-li I'm OK with this change but if the UI then changes to clarify
that the metrics are only for alive workers. Otherwise it introduces a smaller
new confusion.
OK with that @andrewor14
---
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]