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 3445517F8C for ; Tue, 6 Jan 2015 03:49:34 +0000 (UTC) Received: (qmail 10849 invoked by uid 500); 6 Jan 2015 03:49:34 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 10804 invoked by uid 500); 6 Jan 2015 03:49:34 -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 10792 invoked by uid 99); 6 Jan 2015 03:49:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2015 03:49:34 +0000 Date: Tue, 6 Jan 2015 03:49:34 +0000 (UTC) From: "Vinayakumar B (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-11459) Fix recent findbugs in ActiveStandbyElector, NetUtils and ShellBasedIdMapping 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-11459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B updated HADOOP-11459: ----------------------------------- Resolution: Fixed Fix Version/s: 2.7.0 Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) > Fix recent findbugs in ActiveStandbyElector, NetUtils and ShellBasedIdMapping > ----------------------------------------------------------------------------- > > Key: HADOOP-11459 > URL: https://issues.apache.org/jira/browse/HADOOP-11459 > Project: Hadoop Common > Issue Type: Bug > Reporter: Vinayakumar B > Assignee: Vinayakumar B > Priority: Minor > Fix For: 2.7.0 > > Attachments: HADOOP-11459-001.patch > > > Fix findbugs in the latest jenkins which causing QA builds to fail. > {noformat}Return value of java.util.concurrent.CountDownLatch.await(long, TimeUnit) ignored in org.apache.hadoop.ha.ActiveStandbyElector$WatcherWithClientRef.process(WatchedEvent){noformat} > {noformat}Sequence of calls to java.util.concurrent.ConcurrentHashMap may not be atomic in org.apache.hadoop.net.NetUtils.canonicalizeHost(String){noformat} > {noformat}Inconsistent synchronization of org.apache.hadoop.security.ShellBasedIdMapping.staticMapping; locked 88% of time{noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)