Jenkins build is back to normal : Hadoop-common-trunk-Java8 #66

2015-01-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-common-trunk-Java8/66/changes



[jira] [Created] (HADOOP-11459) Fix recent findbugs in ActiveStandbyElector, NetUtils and ShellBasedIdMapping

2015-01-05 Thread Vinayakumar B (JIRA)
Vinayakumar B created HADOOP-11459:
--

 Summary: 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 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)