You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/09/09 20:58:20 UTC

[jira] [Resolved] (HBASE-16595) Remove reference to Admin from backup / restore server code

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

Ted Yu resolved HBASE-16595.
----------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed

Thanks for the review, Stephen.

> Remove reference to Admin from backup / restore server code
> -----------------------------------------------------------
>
>                 Key: HBASE-16595
>                 URL: https://issues.apache.org/jira/browse/HBASE-16595
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>              Labels: backup
>         Attachments: 16595.v2.txt
>
>
> Currently there are several places in backup / restore server side code where Admin is used:
> {code}
>     try (HBaseAdmin hbadmin = (HBaseAdmin) conn.getAdmin();) {
> {code}
> Admin was used when the implementation was client side. We should not use Admin any more since the procedure runs on server side.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)