virajjasani commented on issue #1494: HBASE-24174 Fix findbugs warning in branch-1 URL: https://github.com/apache/hbase/pull/1494#issuecomment-614511092 > I just found the findbug's line number doesn't match. Oh, where can we see that? Are you referring to this one: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1494/8/artifact/out/branch-findbugs-hbase-server-warnings.xml ? ``` <BugInstance type="IS2_INCONSISTENT_SYNC" priority="2" rank="17" abbrev="IS" category="MT_CORRECTNESS"> <Class classname="org.apache.hadoop.hbase.ipc.RpcServer"> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" start="164" end="2882" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java"/> </Class> <Field classname="org.apache.hadoop.hbase.ipc.RpcServer" name="authManager" signature="Lorg/apache/hadoop/security/authorize/ServiceAuthorizationManager;" isStatic="false"> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java"/> </Field> <Int value="66" role="INT_SYNC_PERCENT"/> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" start="2270" end="2270" startBytecode="37" endBytecode="37" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java" role="SOURCE_LINE_UNSYNC_ACCESS"/> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" start="2271" end="2271" startBytecode="44" endBytecode="44" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java" role="SOURCE_LINE_UNSYNC_ACCESS"/> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" start="2347" end="2347" startBytecode="46" endBytecode="46" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java" role="SOURCE_LINE_SYNC_ACCESS"/> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" start="2348" end="2348" startBytecode="54" endBytecode="54" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java" role="SOURCE_LINE_SYNC_ACCESS"/> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" start="2359" end="2359" startBytecode="1" endBytecode="1" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java" role="SOURCE_LINE_SYNC_ACCESS"/> <SourceLine classname="org.apache.hadoop.hbase.ipc.RpcServer" start="2640" end="2640" startBytecode="21" endBytecode="21" sourcefile="RpcServer.java" sourcepath="org/apache/hadoop/hbase/ipc/RpcServer.java" role="SOURCE_LINE_SYNC_ACCESS"/> </BugInstance> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
