[
https://issues.apache.org/jira/browse/HBASE-13171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srikanth Srungarapu updated HBASE-13171:
----------------------------------------
Description:
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.
was:
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.
> Change AccessControlClient methods to accept connection object to get rid of
> expensive 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
>
> 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.3.4#6332)