Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
Reviewed
Description
There is 1 findbugs warning in FileSystemRMStateStore.java.
Inconsistent synchronization of FileSystemRMStateStore.isHDFS; locked 66% of time Unsynchronized access at FileSystemRMStateStore.java: [line 156] Field org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore.isHDFS Synchronized 66% of the time Synchronized access at FileSystemRMStateStore.java: [line 148] Synchronized access at FileSystemRMStateStore.java: [line 859]
Attachments
Attachments
Issue Links
- is related to
-
YARN-3667 Fix findbugs warning Inconsistent synchronization of org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore.isHDFS
- Resolved