HADOOP-18466. Limit the findbugs suppression IS2_INCONSISTENT_SYNC to S3AFileSystem field (#4926)
Follow-on to HADOOP-18455. Contributed by Viraj Jasani
This commit is contained in:
parent
7923cac86b
commit
648071e197
|
@ -61,6 +61,7 @@
|
|||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.hadoop.fs.s3a.S3AFileSystem"/>
|
||||
<Field name="futurePool"/>
|
||||
<Bug pattern="IS2_INCONSISTENT_SYNC"/>
|
||||
</Match>
|
||||
<Match>
|
||||
|
|
Loading…
Reference in New Issue