You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kai Zheng (JIRA)" <ji...@apache.org> on 2013/09/13 00:45:15 UTC

[jira] [Commented] (HADOOP-9957) UserGroupInformation.checkTGTAndReloginFromKeytab() do the same thing as method reloginFromKeytab()

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

Kai Zheng commented on HADOOP-9957:
-----------------------------------

Checking TGT looks like to be intended, did you check that? Are you working on a bug or just want to cleanup this? If the later, HADOOP-9797 probably did that.
                
> UserGroupInformation.checkTGTAndReloginFromKeytab() do the same thing as method reloginFromKeytab()
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-9957
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9957
>             Project: Hadoop Common
>          Issue Type: Wish
>          Components: security
>            Reporter: Aimee Cheng
>
> The methods checkTGTAndReloginFromKeytab() and reloginFromKeytab() in UserGroupInformation actually are do the same things. Now reloginFromKeytab() will check the TGT expire time, if fresh, then will not relogin, just as what  checkTGTAndReloginFromKeytab() does. I suggest maybe we can still let reloginFromKeytab() not check the TGT and provide a way to let develop can control when to relogin. While maybe we can just remove the checkTGTAndReloginFromKeytab() method.

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