Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56220CBFD for ; Thu, 12 Jul 2012 01:25:36 +0000 (UTC) Received: (qmail 62046 invoked by uid 500); 12 Jul 2012 01:25:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 61962 invoked by uid 500); 12 Jul 2012 01:25:35 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 61944 invoked by uid 99); 12 Jul 2012 01:25:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 01:25:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 6091314285B for ; Thu, 12 Jul 2012 01:25:35 +0000 (UTC) Date: Thu, 12 Jul 2012 01:25:35 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <495468427.39537.1342056335397.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HADOOP-8585) Fix initialization circularity between UserGroupInformation and HadoopConfiguration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers updated HADOOP-8585: ----------------------------------- Resolution: Fixed Fix Version/s: 2.0.1-alpha Target Version/s: 2.0.1-alpha Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) I've just committed this to trunk and branch-2. Thanks a lot for fixing this so quickly, Colin. > 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 > Fix For: 2.0.1-alpha > > 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