[ 
https://issues.apache.org/jira/browse/HBASE-10674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083161#comment-14083161
 ] 

Alex Newman commented on HBASE-10674:
-------------------------------------

Oooh one other thing

in HBaseFsck.java
  /**
   * Puts the specified HRegionInfo into META.
   */
  public static void fixMetaHoleOnline(Configuration conf,
      HRegionInfo hri) throws IOException {
    HTable meta = new HTable(conf, TableName.META_TABLE_NAME);
    MetaTableAccessor.addRegionToMeta(meta, hri);
    meta.close();
  }

no longer seems to be used

> HBCK should be updated to do replica related checks
> ---------------------------------------------------
>
>                 Key: HBASE-10674
>                 URL: https://issues.apache.org/jira/browse/HBASE-10674
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>         Attachments: 10674-1.2.txt, 10674-1.txt
>
>
> HBCK should be updated to have a check for whether the replicas are assigned 
> to the right machines (default and non-default replicas ideally should not be 
> in the same server if there is more than one server in the cluster and such 
> scenarios). [~jmhsieh] suggested this in HBASE-10362.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to