Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.90.5, 0.92.0, 0.94.0
-
None
-
None
-
Reviewed
Description
HBASE-4375 added a region coverage visualization to hbck in details mode. When users have binary row keys the output is difficult to parse (awk/sed) or pull into programs (numeric, excel) capable of handling tsv formatted data.
This patch
- improves output by using Bytes.toStringBinary (which escapes binary) instead of Bytes.toString when printing keys,
- suggests some repair actions, and
- collects "problem group" that groups regions that are overlapping.
Attachments
Attachments
Issue Links
- blocks
-
HBASE-4377 [hbck] Offline rebuild .META. from fs data only.
- Closed
- is blocked by
-
HBASE-4506 [hbck] Allow HBaseFsck to be instantiated without connecting
- Closed