You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2017/09/06 04:53:03 UTC

[jira] [Updated] (HBASE-13171) Change AccessControlClient methods to accept connection object to reduce setup time.

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

stack updated HBASE-13171:
--------------------------
    Hadoop Flags: Incompatible change,Reviewed  (was: Reviewed)

Incompatible change. Changed signatures in AccessControlClient w/o full major version deprecation (introduced in 1.1.0 hbase, signature changed in hbase-2.0.0)

> Change AccessControlClient methods to accept connection object to reduce setup time.
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-13171
>                 URL: https://issues.apache.org/jira/browse/HBASE-13171
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Srikanth Srungarapu
>            Assignee: Srikanth Srungarapu
>            Priority: Minor
>             Fix For: 2.0.0, 1.1.0
>
>         Attachments: HBASE-13171-branch-1.patch, HBASE-13171-branch-1.patch, HBASE-13171.patch, HBASE-13171_v2.patch
>
>
> Came across this todo task in the AccessControlClient java class.
> {code}
>   TODO: Make it so caller passes in a Connection rather than have us do this expensive
>   setup each time.  This class only used in test and shell at moment though.
> {code}
> This change hopefully should speedup things a bit.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)