[
https://issues.apache.org/jira/browse/HBASE-19121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456597#comment-16456597
]
stack commented on HBASE-19121:
-------------------------------
TODOs from a debug session w/ [~uagashe] yesterday:
* "scan 'hbase:meta', { ROWPREFIXFILTER => 't1,', COLUMNS => 'table:state'}"
... to list out state of all regions in table 't1'.
* Fix table state so it shows string for enum rather than binary. Meantime,
"put 'hbase:meta', 't', 'table:state', "\x8\x1"}" is how you set table to
disabled and \x8\x0 to enabled.
* A little verb in shell that printed out region states -- e.g. 1,102 OPEN, 2
OPENING, 4 CLOSED -- to summarize state would help.
> HBCK for AMv2 (A.K.A HBCK2)
> ---------------------------
>
> Key: HBASE-19121
> URL: https://issues.apache.org/jira/browse/HBASE-19121
> Project: HBase
> Issue Type: Bug
> Components: hbck
> Reporter: stack
> Priority: Major
>
> We don't have an hbck for the new AM. Old hbck may actually do damage going
> against AMv2.
> Fix.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)