You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zhuoyue Huang (Jira)" <ji...@apache.org> on 2021/10/26 00:11:00 UTC

[jira] [Created] (HBASE-26396) Remove duplicate thread creation during migrating rsgroup

Zhuoyue Huang created HBASE-26396:
-------------------------------------

             Summary: Remove duplicate thread creation during migrating rsgroup
                 Key: HBASE-26396
                 URL: https://issues.apache.org/jira/browse/HBASE-26396
             Project: HBase
          Issue Type: Bug
          Components: master, rsgroup
    Affects Versions: 3.0.0-alpha-2
            Reporter: Zhuoyue Huang
            Assignee: Zhuoyue Huang
             Fix For: 3.0.0-alpha-2


There is a thread that migrate the table rs group info from RSGroupInfo into the table descriptor.

The thread is created when RSGroupManager is initialized and is created again when RSGroupStartupWorker is started.

I think this is a bug. Since this thread will not exit until all table rsgroups are migrated, there is no reason to need two threads to run together?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)