HDFS-15048. Fix findbug in DirectoryScanner.
This commit is contained in:
parent
ab32762f43
commit
dc6cf17b34
@ -305,4 +305,9 @@
|
||||
<Method name="setInteractiveFormat" />
|
||||
<Bug pattern="ME_ENUM_FIELD_SETTER" />
|
||||
</Match>
|
||||
</FindBugsFilter>
|
||||
<Match>
|
||||
<Class name="org.apache.hadoop.hdfs.server.datanode.DirectoryScanner" />
|
||||
<Method name="reconcile" />
|
||||
<Bug pattern="SWL_SLEEP_WITH_LOCK_HELD" />
|
||||
</Match>
|
||||
</FindBugsFilter>
|
||||
|
Loading…
Reference in New Issue
Block a user