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

Robert Kanter commented on HADOOP-7930:
---------------------------------------

The findbugs warning says "Method 
org.apache.hadoop.conf.Configuration.dumpDeprecatedKeys() concatenates strings 
using + in a loop".  I looked at the Configuration class, and while the 
findbugs warning is correct about the code there, the patch doesn't even modify 
the Configuration class at all, so its wrong about the patch introducing it.  
                
> Kerberos relogin interval in UserGroupInformation should be configurable
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-7930
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7930
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Robert Kanter
>             Fix For: 0.23.3, 0.24.0
>
>         Attachments: HADOOP-7930.patch
>
>
> Currently the check done in the *hasSufficientTimeElapsed()* method is 
> hardcoded to 10 mins wait.
> The wait time should be driven by configuration and its default value, for 
> clients should be 1 min. 

--
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

Reply via email to