GitHub user CodingCat opened a pull request:

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

    highlight and topping the executor threads in thread dumping page

    https://issues.apache.org/jira/browse/SPARK-8416
    
    To facilitate debugging, I make this patch with three changes:
    
    * render the executor-thread and non executor-thread entries with different 
background colors
    
    * put the executor threads on the top of the list
    
    * sort the threads with the reverse order of their IDs (larger IDs stand 
for later threads)

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

    $ git pull https://github.com/CodingCat/spark SPARK-8416

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

    https://github.com/apache/spark/pull/7808.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 #7808
    
----
commit 9739a391ed6e047ee1561535714ec82f28a00d12
Author: CodingCat <zhunans...@gmail.com>
Date:   2015-07-30T22:25:31Z

    highlight and put on top the executor threads in thread dumping page

----


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