[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2018-03-21 Thread stack (JIRA)

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

stack updated HBASE-18557:
--
Fix Version/s: (was: 3.0.0)

> 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
>Priority: Major
> Fix For: 2.0.0-alpha-2, 2.0.0
>
> 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
(v7.6.3#76005)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-11 Thread Jerry He (JIRA)

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

Jerry He updated HBASE-18557:
-
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: (was: 2.0.0-alpha-3)
   2.0.0-alpha-2
   Status: Resolved  (was: Patch Available)

> 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-2
>
> 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)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-10 Thread Yi Liang (JIRA)

 [ 
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)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-10 Thread Yi Liang (JIRA)

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

Yi Liang updated HBASE-18557:
-
Fix Version/s: 2.0.0-alpha-3
   3.0.0

> 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
>
>
> {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)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-10 Thread Yi Liang (JIRA)

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

Yi Liang updated HBASE-18557:
-
Affects Version/s: 3.0.0

> 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
>
>
> {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)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-10 Thread Yi Liang (JIRA)

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

Yi Liang updated HBASE-18557:
-
Status: Patch Available  (was: Open)

> 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
> Attachments: 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)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-10 Thread Yi Liang (JIRA)

 [ 
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}

should be mergeable

  was:
{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
> Attachments: 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)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-10 Thread Yi Liang (JIRA)

 [ 
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
>Reporter: Yi Liang
>Assignee: Yi Liang
> Attachments: 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)


[jira] [Updated] (HBASE-18557) change splitable to mergeable in MergeTableRegionsProcedure

2017-08-10 Thread Yi Liang (JIRA)

 [ 
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)