You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "chunhui shen (JIRA)" <ji...@apache.org> on 2013/01/10 16:12:13 UTC

[jira] [Created] (HBASE-7529) Wrong ExecutorType for EventType.M_RS_OPEN_ROOT in trunk

chunhui shen created HBASE-7529:
-----------------------------------

             Summary: Wrong ExecutorType for EventType.M_RS_OPEN_ROOT in trunk
                 Key: HBASE-7529
                 URL: https://issues.apache.org/jira/browse/HBASE-7529
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.96.0
            Reporter: chunhui shen
            Assignee: chunhui shen
             Fix For: 0.96.0


{code}
M_RS_OPEN_ROOT            (21, ExecutorType.RS_OPEN_REGION),  // Master asking RS to open root
{code}

It's a mistake only in trunk, causing ROOT couldn't be online for a long long time:

1.ROOT wait open-region-thread to handle opening it.
2.Opening regions wait for ROOT to online, but occupy the threads...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira