[
https://issues.apache.org/jira/browse/HBASE-18234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064427#comment-16064427
]
Hudson commented on HBASE-18234:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-2.0 #117 (See
[https://builds.apache.org/job/HBase-2.0/117/])
HBASE-18234 Revisit the async admin api (addendum) (zghao: rev
69e32342261f4039fefdc04dbc64431095cd234f)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/AsyncMetaTableAccessor.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java
> Revisit the async admin api
> ---------------------------
>
> Key: HBASE-18234
> URL: https://issues.apache.org/jira/browse/HBASE-18234
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Fix For: 3.0.0, 2.0.0-alpha-2
>
> Attachments: HBASE-18234.master.001.patch,
> HBASE-18234.master.002.patch, HBASE-18234.master.003.patch,
> HBASE-18234.master.004.patch, HBASE-18234.master.005.patch,
> HBASE-18234.master.006.patch, HBASE-18234.master.006.patch,
> HBASE-18234.master.006.patch, HBASE-18234.master.007.patch,
> HBASE-18234.master.008.patch, HBASE-18234.master.009.patch,
> HBASE-18234.master.010.patch, HBASE-18234.master.010.patch,
> HBASE-18234.master.addendum.patch, HBASE-18234.master.addendum.patch
>
>
> 1. Update the balance method name.
> balancer -> balance
> setBalancerRunning -> setBalancerOn
> isBalancerEnabled -> isBalancerOn
> 2. Use HRegionLocation instead of Pair<HRegionInfo, ServerName>
> 3. Remove the closeRegionWithEncodedRegionName method. Because all other api
> can handle region name or encoded region name both. So don't need a method
> for encoded name.
> 4. Unify the region name parameter's type to byte[]. And region name may be
> full name or encoded name.
> 5. Unify the server name parameter's type to ServerName. For smoe api, it
> support null for server name. So use Optional<ServerName> instead.
> 6. Unify the table name parameter's type to TableName.
> 7. Unify all list* method only support Pattern as the parameter type.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)