You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2012/10/12 07:38:47 UTC

[jira] [Closed] (HBASE-6314) Fast fail behavior for unauthenticated user

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

Lars Hofhansl closed HBASE-6314.
--------------------------------

    
> Fast fail behavior for unauthenticated user
> -------------------------------------------
>
>                 Key: HBASE-6314
>                 URL: https://issues.apache.org/jira/browse/HBASE-6314
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC, security
>    Affects Versions: 0.92.0, 0.94.0, 0.96.0
>            Reporter: Himanshu Vashishtha
>            Assignee: Himanshu Vashishtha
>            Priority: Minor
>             Fix For: 0.92.2, 0.94.1, 0.96.0
>
>         Attachments: 6314-v1.patch, 6314-v2.patch, HBASE-6314-0.94.patch, HBASE-6314-trunk.patch
>
>
> In case of unauthenticated users in secure hbase, hbase shell does a connection retry at two levels:
> a) HConnection: It retries hbase.client.retries.number times in the getMaster()
> b) HBaseAdmin: it again retries hbase.client.retries.number times in its ctr
> So, hbase shell retries square number of times of the configured setting. We can make it failfast (no retries) in case the user is not authenticated (no valid kerberos credentials).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira