HBASE-24246 Miscellaneous hbck2 fixMeta bulk merge fixes: better logging around merges/overlap-fixing, 'HBCK Report' overlap listing, and configuration (#1572)
Addendum to address minor feedback on text
This commit is contained in:
parent
616f277901
commit
5b823cf8bf
|
@ -166,7 +166,7 @@
|
||||||
<p>
|
<p>
|
||||||
<span>
|
<span>
|
||||||
The below are Regions we've lost account of. To be safe, run bulk load of any data found in these Region orphan directories back into the HBase cluster.
|
The below are Regions we've lost account of. To be safe, run bulk load of any data found in these Region orphan directories back into the HBase cluster.
|
||||||
First make sure <em>hbase:meta</em> is in a healthy state, that there are not holes, overlaps or inconsistencies (else bulk load may complain);
|
First make sure <em>hbase:meta</em> is in a healthy state, that there are no holes, overlaps or inconsistencies (else bulk load may complain);
|
||||||
run <em>hbck2 fixMeta</em>. Once this is done, per Region below, run a bulk
|
run <em>hbck2 fixMeta</em>. Once this is done, per Region below, run a bulk
|
||||||
load -- <em>$ hbase completebulkload REGION_DIR_PATH TABLE_NAME</em> -- and then delete the desiccated directory content (HFiles are removed upon
|
load -- <em>$ hbase completebulkload REGION_DIR_PATH TABLE_NAME</em> -- and then delete the desiccated directory content (HFiles are removed upon
|
||||||
successful load; all that is left are empty directories and occasionally a seqid marking file).
|
successful load; all that is left are empty directories and occasionally a seqid marking file).
|
||||||
|
|
Loading…
Reference in New Issue