GitHub user andrewor14 opened a pull request:

    https://github.com/apache/spark/pull/1249

    [SPARK-2307] SparkUI - storage tab displays incorrect RDDs

    The issue here is that the `StorageTab` listens for updates from the 
`StorageStatusListener`, but when a block is kicked out of the cache, 
`StorageStatusListener` removes it from its list. Thus, there is no way for the 
`StorageTab` to know whether a block has been dropped.
    
    This issue was introduced in #1080, which was itself a bug fix. Here we 
revert that PR and offer a different fix for the original bug (SPARK-2144).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andrewor14/spark storage-ui-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1249.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1249
    
----
commit af019ce63371a3f2a0a145ebde9a40fa2ccaad37
Author: Andrew Or <[email protected]>
Date:   2014-06-27T19:57:13Z

    Fix SPARK-2307

----


---
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.
---

Reply via email to