You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zephyr Guo (JIRA)" <ji...@apache.org> on 2018/06/27 12:24:00 UTC

[jira] [Comment Edited] (HBASE-20798) Duplicated threads name of StoreFileOpenerThread&StoreFileCloserThread

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

Zephyr Guo edited comment on HBASE-20798 at 6/27/18 12:23 PM:
--------------------------------------------------------------

[~yuzhihong@gmail.com], [~allan163]
Thank you for reviewing. Please see patch-v2.


was (Author: gzh1992n):
[~yuzhihong@gmail.com][~yuzhihong@gmail.com]
Thank you for reviewing. Please see patch-v2.

> Duplicated threads name of StoreFileOpenerThread&StoreFileCloserThread
> ----------------------------------------------------------------------
>
>                 Key: HBASE-20798
>                 URL: https://issues.apache.org/jira/browse/HBASE-20798
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 3.0.0, 2.0.0
>            Reporter: Zephyr Guo
>            Assignee: Zephyr Guo
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: HBASE-20798-v1.patch, HBASE-20798-v2.patch
>
>
> {code:title=jstack}
>  "StoreFileOpenerThread-info-1" #8994 daemon prio=5 os_prio=0 tid=0x00007fad7a46b000 nid=0x624a waiting on condition [0x00007fad7f7ef000]
>  "StoreFileOpenerThread-info-1" #8993 daemon prio=5 os_prio=0 tid=0x00007fad71064000 nid=0x6249 waiting on condition [0x00007fad7fff7000]
> {code}
> Duplicated thread names exists in jstack sometimes, because StoreFileOpenerThreads are created per region and have same names. 
> Suggest adding region name to corresponding thread name in order to distinguish StoreFileOpenerThreads, which are created per region. This could be helpful for troubleShooting.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)