[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-03-31 Thread Duo Zhang (JIRA)

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

Duo Zhang updated HBASE-17668:
--
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

Thanks [~syuanjiang] for reviewing.
Thanks [~openinx] for contributing.

> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-17668.v1.patch, HBASE-17668.v1.patch, 
> HBASE-17668.v2.patch, HBASE-17668.v3.patch, HBASE-17668.v4.patch
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-03-31 Thread Zheng Hu (JIRA)

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

Zheng Hu updated HBASE-17668:
-
Attachment: HBASE-17668.v4.patch

Change timeout to 3s for testOfflineRegion ut.

> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-17668.v1.patch, HBASE-17668.v1.patch, 
> HBASE-17668.v2.patch, HBASE-17668.v3.patch, HBASE-17668.v4.patch
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-03-30 Thread Zheng Hu (JIRA)

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

Zheng Hu updated HBASE-17668:
-
Attachment: HBASE-17668.v3.patch

Addressed comment.

> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-17668.v1.patch, HBASE-17668.v1.patch, 
> HBASE-17668.v2.patch, HBASE-17668.v3.patch
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-03-29 Thread Zheng Hu (JIRA)

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

Zheng Hu updated HBASE-17668:
-
Attachment: HBASE-17668.v2.patch

Patch v2: 
1.  use Bytes.toBytes() instead of  String.getBytes().
2.  use async moveRegion for unit test. 

> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-17668.v1.patch, HBASE-17668.v1.patch, 
> HBASE-17668.v2.patch
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-03-29 Thread Zheng Hu (JIRA)

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

Zheng Hu updated HBASE-17668:
-
Attachment: HBASE-17668.v1.patch

Rebase.

> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-17668.v1.patch, HBASE-17668.v1.patch
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-03-29 Thread Zheng Hu (JIRA)

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

Zheng Hu updated HBASE-17668:
-
Status: Patch Available  (was: Open)

> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-17668.v1.patch
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-03-29 Thread Zheng Hu (JIRA)

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

Zheng Hu updated HBASE-17668:
-
Attachment: HBASE-17668.v1.patch

> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-17668.v1.patch
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HBASE-17668) Implement async assgin/offline/move/unassign methods

2017-02-20 Thread Zheng Hu (JIRA)

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

Zheng Hu updated HBASE-17668:
-
Description: 
Implement following methods for async admin client: 

1.  assign region; 
2.  unassign region; 
3.  offline region; 
4.  move region;


  was:
Implement following methods for async admin client: 

1.  assign region; 
2.  unassign region; 
3.  offline region; 
4.  move regioin;



> Implement async assgin/offline/move/unassign methods
> 
>
> Key: HBASE-17668
> URL: https://issues.apache.org/jira/browse/HBASE-17668
> Project: HBase
>  Issue Type: Sub-task
>  Components: Admin, asyncclient, Client
>Affects Versions: 2.0.0
>Reporter: Zheng Hu
>Assignee: Zheng Hu
> Fix For: 2.0.0
>
>
> Implement following methods for async admin client: 
> 1.  assign region; 
> 2.  unassign region; 
> 3.  offline region; 
> 4.  move region;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)