[
https://issues.apache.org/jira/browse/HBASE-20798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-20798:
---------------------------
Summary: Duplicate thread names of StoreFileOpenerThread and
StoreFileCloserThread (was: Duplicated threads name of
StoreFileOpenerThread&StoreFileCloserThread)
> Duplicate thread names of StoreFileOpenerThread and 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)