Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Found 1 findbugs warning when creating a patch for branch-2 in HDFS-10341 (https://builds.apache.org/job/PreCommit-HDFS-Build/15639/artifact/patchprocess/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html)
Inconsistent synchronization of org.apache.hadoop.hdfs.server.namenode.FSEditLog.numTransactionsBatchedInSync; locked 50% of time Bug type IS2_INCONSISTENT_SYNC (click for details) In class org.apache.hadoop.hdfs.server.namenode.FSEditLog Field org.apache.hadoop.hdfs.server.namenode.FSEditLog.numTransactionsBatchedInSync Synchronized 50% of the time Unsynchronized access at FSEditLog.java:[line 676] Unsynchronized access at FSEditLog.java:[line 676] Synchronized access at FSEditLog.java:[line 1254] Synchronized access at FSEditLog.java:[line 716]