GitHub user SaintBacchus opened a pull request:

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

    [SPARK-16868][Web Ui] Fix executor be both dead and alive on executor ui.

    ## What changes were proposed in this pull request?
    In a heavy pressure of the spark application, since the executor will 
register it to driver block manager twice(because of heart beats), the executor 
will show as picture show:
    
![image](https://cloud.githubusercontent.com/assets/7404824/17467245/c1359094-5d4e-11e6-843a-f6d6347e1bf6.png)
    
    ## How was this patch tested?
    NA
    
    
    Details in: [SPARK-16868](https://issues.apache.org/jira/browse/SPARK-16868)

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

    $ git pull https://github.com/SaintBacchus/spark SPARK-16868

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

    https://github.com/apache/spark/pull/14530.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 #14530
    
----
commit 6fe4d13fb743f9f3ca5808ba3a7c7c6923e45d0a
Author: huangzhaowei <carlmartin...@gmail.com>
Date:   2016-08-03T08:37:17Z

    Try to remove dead storage status on BlockManagerAdded event to avoid 
duplicate executor in WebUI.

commit 85b385f47c0751549befc00a31bb554e24443932
Author: huangzhaowei <carlmartin...@gmail.com>
Date:   2016-08-05T02:04:22Z

    Merge branch 'master' into SPARK-16868

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to