Sean Busbey created HBASE-21059:
-----------------------------------
Summary: 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
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)