vanzin commented on issue #24398: [SPARK-27468][Core][WEBUI] BlockUpdate replication event shouldn't overwrite storage level description in the UI URL: https://github.com/apache/spark/pull/24398#issuecomment-489726960 After reading more of the storage code lately, I wonder if this code shouldn't just report the original storage level always. i.g., `LiveRDD` shouldn't have a writable `storageLevel` field at all, and instead the UI should always use the storage level from the respective `RDDInfo`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
