[ 
https://issues.apache.org/jira/browse/HBASE-18557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yi Liang updated HBASE-18557:
-----------------------------
    Description: 
{code}  
private boolean isMergeable(final MasterProcedureEnv env, final RegionState rs)
  throws IOException {
    GetRegionInfoResponse response =
      Util.getRegionInfoResponse(env, rs.getServerName(), rs.getRegion());
    return response.hasSplittable() && response.getSplittable();
  }
{code}

> change splitable to mergeable in MergeTableRegionsProcedure
> -----------------------------------------------------------
>
>                 Key: HBASE-18557
>                 URL: https://issues.apache.org/jira/browse/HBASE-18557
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Yi Liang
>            Assignee: Yi Liang
>
> {code}  
> private boolean isMergeable(final MasterProcedureEnv env, final RegionState 
> rs)
>   throws IOException {
>     GetRegionInfoResponse response =
>       Util.getRegionInfoResponse(env, rs.getServerName(), rs.getRegion());
>     return response.hasSplittable() && response.getSplittable();
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to