[ 
https://issues.apache.org/jira/browse/STORM-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957836#comment-14957836
 ] 

ASF GitHub Bot commented on STORM-1112:
---------------------------------------

GitHub user zhuoliu opened a pull request:

    https://github.com/apache/storm/pull/800

    [STORM-1112] add executor-id to executor thread name

    

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

    $ git pull https://github.com/zhuoliu/storm 1112

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

    https://github.com/apache/storm/pull/800.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 #800
    
----
commit ee1bc8a9d4fc0796e897c3b0082d35170bbca05e
Author: zhuol <[email protected]>
Date:   2015-10-14T21:32:44Z

    [STORM-1112] add executor-id to executor thread name

----


> Add executor id to the thread name of the executor thread for debug
> -------------------------------------------------------------------
>
>                 Key: STORM-1112
>                 URL: https://issues.apache.org/jira/browse/STORM-1112
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Zhuo Liu
>            Assignee: Zhuo Liu
>            Priority: Minor
>
> Currently the thread name of an executor is with just component id, e.g., 
> "Thread-20-split"", which is not informative. 
> Instead, adding the executor-id to the execuctor's thread name can help us 
> debug inside the worker (e.g., using jstack).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to