Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.2.6
-
None
Description
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.
Attachments
Attachments
Issue Links
- causes
-
HBASE-20016 TestCatalogJanitorInMemoryStates#testInMemoryForReplicaParentCleanup is flaky
- Resolved
- Is contained by
-
HBASE-18223 Track the effort to improve/bug fix read replica feature
- Resolved