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

Ted Yu commented on HBASE-20798:
--------------------------------

{code}
560             + this.region.getRegionInfo().getEncodedName() + 
this.getColumnFamilyName());
{code}
Please add a space between encoded name and family name.

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

Reply via email to