[ https://issues.apache.org/jira/browse/HBASE-21059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Busbey resolved HBASE-21059. --------------------------------- Resolution: Fixed as of build #460 for branch-1.2 nightly we're back to no findbugs failures. yay! > Findbugs failures on branch-1.2 > ------------------------------- > > Key: HBASE-21059 > URL: https://issues.apache.org/jira/browse/HBASE-21059 > Project: HBase > Issue Type: Bug > Components: Coprocessors, rpc > Affects Versions: 1.2.7 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Critical > Fix For: 1.2.7 > > > nightly shows two failures for branch-1.2 findbugs check: > {code} > FindBugs module:hbase-server > Inconsistent synchronization of > org.apache.hadoop.hbase.ipc.RpcServer$Connection.useWrap; locked 75% of time > Unsynchronized access at RpcServer.java:75% of time Unsynchronized access at > RpcServer.java:[line 458] > Dead store to fsSet in > org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint.start(CoprocessorEnvironment) > At > SecureBulkLoadEndpoint.java:org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint.start(CoprocessorEnvironment) > At SecureBulkLoadEndpoint.java:[line 145] > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)