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