Richárd Antal created HBASE-28962: ------------------------------------- Summary: Meta replication is inconsistent after startup when reusing hbase storage location Key: HBASE-28962 URL: https://issues.apache.org/jira/browse/HBASE-28962 Project: HBase Issue Type: Bug Reporter: Richárd Antal
Meta replication is inconsistent after startup when reusing HBase storage location for example the new cluster is created with the same S3 storage location that a previous one had. USE_META_REPLICAS is set to true META_REPLICAS_NUM is set to 3 For both hbck output: {noformat} ERROR: hbase:meta, replicaId 1 is not found on any region. ERROR: hbase:meta, replicaId 2 is not found on any region. ERROR: hbase:meta table is not consistent. Run HBCK with proper fix options to fix hbase:meta inconsistency. Exiting... Summary: 3 inconsistencies detected. Status: INCONSISTENT{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)