Description
If a block is dropped because of memory pressure, this is not reflected in the "RDD Blocks" column on the Executors page.
This is because StorageStatusListener updates the StorageLevel of the dropped block to StorageLevel.None, but does not remove it from the list. This is a simple fix.