You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Roger Ruiz-Carrillo (JIRA)" <ji...@apache.org> on 2013/05/14 21:25:16 UTC

[jira] [Created] (HBASE-8548) postOpen hook called twice

Roger Ruiz-Carrillo created HBASE-8548:
------------------------------------------

             Summary: postOpen hook called twice
                 Key: HBASE-8548
                 URL: https://issues.apache.org/jira/browse/HBASE-8548
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.95.0
         Environment: CentOS
            Reporter: Roger Ruiz-Carrillo


postOpen hook is called twice when a region is initializing:

Once at the end of the body of the  initializeRegionInternals() method of the HRegion class.
Once at the end initializeRegionStores() method of the HRegion class; initializeRegionStores() is called inside initializeRegionInternals() and as such causes the postOpen hook to be called twice.

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