Description
Fix findbugs in the latest jenkins which causing QA builds to fail.
Return value of java.util.concurrent.CountDownLatch.await(long, TimeUnit) ignored in org.apache.hadoop.ha.ActiveStandbyElector$WatcherWithClientRef.process(WatchedEvent)
Sequence of calls to java.util.concurrent.ConcurrentHashMap may not be atomic in org.apache.hadoop.net.NetUtils.canonicalizeHost(String)
Inconsistent synchronization of org.apache.hadoop.security.ShellBasedIdMapping.staticMapping; locked 88% of time