[
https://issues.apache.org/jira/browse/HBASE-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13668523#comment-13668523
]
Sergey Shelukhin commented on HBASE-8627:
-----------------------------------------
Patch looks reasonable.
{code} if (metaRegions.size() != 1) {
...
+ errors.reportError(ERROR_CODE.NULL_META_REGION,
+ "META region or some of its attributes are null.");
+ return false;
+ }
{code}
This message may be misleading/confusing for >1. "or some of its attributes"
also.
> HBCK can not fix meta not assigned issue
> ----------------------------------------
>
> Key: HBASE-8627
> URL: https://issues.apache.org/jira/browse/HBASE-8627
> Project: HBase
> Issue Type: Bug
> Components: hbck
> Affects Versions: 0.95.0
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Attachments: HBASE-8627_Trunk.patch
>
>
> When meta table region is not assigned to any RS, HBCK run will get
> exception. I can see code added in checkMetaRegion() to solve this issue but
> it wont work. It still refers to ROOT region!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira