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 "Aaron T. Myers (JIRA)" <ji...@apache.org> on 2012/07/11 02:05:35 UTC

[jira] [Moved] (HADOOP-8585) Fix initialization circularity between UserGroupInformation and HadoopConfiguration

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

Aaron T. Myers moved HDFS-3632 to HADOOP-8585:
----------------------------------------------

     Target Version/s:   (was: 2.0.1-alpha)
    Affects Version/s:     (was: 2.0.1-alpha)
                       2.0.1-alpha
                  Key: HADOOP-8585  (was: HDFS-3632)
              Project: Hadoop Common  (was: Hadoop HDFS)
    
> Fix initialization circularity between UserGroupInformation and HadoopConfiguration
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-8585
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8585
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.0.1-alpha
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>            Priority: Minor
>         Attachments: HDFS-3632.001.patch
>
>
> Fix findbugs warning about initialization circularity between UserGroupInformation and UserGroupInformation#HadoopConfiguration.
> From the findbugs text:
> {code}
> Initialization circularity between org.apache.hadoop.security.UserGroupInformation and org.apache.hadoop.security.UserGroupInformation$HadoopConfiguration
> 	
> Bug type IC_INIT_CIRCULARITY (click for details)
> In class org.apache.hadoop.security.UserGroupInformation
> In class org.apache.hadoop.security.UserGroupInformation$HadoopConfiguration
> At UserGroupInformation.java:[lines 76-1395]
> {code}

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