Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-20798

Duplicate thread names of StoreFileOpenerThread and StoreFileCloserThread

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0-alpha-1, 2.0.0
    • 3.0.0-alpha-1
    • regionserver
    • None
    • Reviewed

    Description

      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]
      

      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.

      Attachments

        1. HBASE-20798-v1.patch
          2 kB
          Zephyr Guo
        2. HBASE-20798-v2.patch
          2 kB
          Zephyr Guo

        Activity

          People

            gzh1992n Zephyr Guo
            gzh1992n Zephyr Guo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: