[ 
https://issues.apache.org/jira/browse/HBASE-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407352#comment-13407352
 ] 

Hudson commented on HBASE-6314:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #5 (See 
[https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/5/])
    HBASE-6314. Fast fail behavior for unauthenticated user (Himanshu 
Vashishtha) (Revision 1357750)

     Result = FAILURE
apurtell : 
Files : 
* 
/hbase/branches/0.94/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureClient.java

                
> 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, 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.96.0, 0.94.1
>
>         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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to