You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2016/04/28 00:49:13 UTC

[jira] [Created] (HADOOP-13066) UserGroupInformation.loginWithKerberos/getLoginUser is not thread-safe

Sergey Shelukhin created HADOOP-13066:
-----------------------------------------

             Summary: UserGroupInformation.loginWithKerberos/getLoginUser is not thread-safe
                 Key: HADOOP-13066
                 URL: https://issues.apache.org/jira/browse/HADOOP-13066
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Sergey Shelukhin


When calling loginFromKerberos, a static variable is set up with the result. If someone logs in as a different user from a different thread, the call to getLoginUser will not return the correct UGI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)