You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/02/26 17:44:00 UTC

[jira] [Commented] (HBASE-18625) Splitting of region with replica, doesn't update region list in serverHolding. A server crash leads to overlap.

    [ https://issues.apache.org/jira/browse/HBASE-18625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377233#comment-16377233 ] 

Hudson commented on HBASE-18625:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.2-IT #1074 (See [https://builds.apache.org/job/HBase-1.2-IT/1074/])
HBASE-18625 Splitting of region with replica, doesn't update region list (busbey: rev 4b795553ea5a05d16088db08c9cc4994e354d56c)
* (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitorInMemoryStates.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java


> Splitting of region with replica, doesn't update region list in serverHolding. A server crash leads to overlap.
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-18625
>                 URL: https://issues.apache.org/jira/browse/HBASE-18625
>             Project: HBase
>          Issue Type: Bug
>          Components: read replicas
>    Affects Versions: 1.2.6
>            Reporter: Igloo
>            Assignee: huaxiang sun
>            Priority: Critical
>             Fix For: 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
>         Attachments: HBASE-18625-branch-1-v001.patch, HBASE-18625-branch-1-v002.patch
>
>
> The situation can appear in following steps in release hbase1.2.6
> 1. create 'testtable', 'info', {REGION_REPLICATION=>2}
> 2. write somerecords into 'testtable'
> 3. split the table 'testtable'
> 4. after the spliting, the serverHoldings in RegionStates still holds the regioninfo for the replica of parent region
> 5. restart the regionserver where the parent replica-region located
> 6. the offlined replica of parent region will be assigned in ServerCrashProcedure. 
> hbase hbck 'testtable‘
> ERROR: Region { meta => null, hdfs => null, deployed => qabb-qa-hdp-hbase1,16020,1503022958093;testtable,,1503022907686_0001.42d11cfe195b3cc4d08b2c078a687f6d    ., replicaId => 1 } not in META, but deployed on qabb-qa-hdp-hbase1,16020,1503022958093
>  18 ERROR: No regioninfo in Meta or HDFS. { meta => null, hdfs => null, deployed => qabb-qa-hdp-hbase1,16020,1503022958093;testtable,,1503022907686_0001.42d11cfe    195b3cc4d08b2c078a687f6d., replicaId => 1 }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)