Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/2851#discussion_r26394719
--- Diff: core/src/main/scala/org/apache/spark/ui/storage/StorageTab.scala
---
@@ -79,4 +87,19 @@ class StorageListener(storageStatusListener:
StorageStatusListener) extends Spar
override def onUnpersistRDD(unpersistRDD: SparkListenerUnpersistRDD) =
synchronized {
_rddInfoMap.remove(unpersistRDD.rddId)
}
+
+ override def onBlockUpdate(blockUpdateEvent: SparkListenerBlockUpdate) =
synchronized {
+ // only update broadcast for now, need to be modified if want to track
other blocks
--- End diff --
this comment is slightly misleading -- as in other places, I would instead
point out that RDD blocks are handled in `onStageCompleted`, but for now we are
ignoring all other blocks.
---
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]