[
https://issues.apache.org/jira/browse/HBASE-18557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Liang updated HBASE-18557:
-----------------------------
Attachment: HBASE-18557-master-v1.patch
> change splitable to mergeable in MergeTableRegionsProcedure
> -----------------------------------------------------------
>
> Key: HBASE-18557
> URL: https://issues.apache.org/jira/browse/HBASE-18557
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Yi Liang
> Assignee: Yi Liang
> Fix For: 3.0.0, 2.0.0-alpha-3
>
> Attachments: HBASE-18557-master-v1.patch, HBASE-18557-master-v1.patch
>
>
> {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}
> should be mergeable
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)