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:
Viraj Jasani 2022-09-26 10:56:58 -07:00 committed by Steve Loughran
parent f07be3bec2
commit 76e243aacb
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0

View File

@ -61,6 +61,7 @@
</Match>
<Match>
<Class name="org.apache.hadoop.fs.s3a.S3AFileSystem"/>
<Field name="futurePool"/>
<Bug pattern="IS2_INCONSISTENT_SYNC"/>
</Match>
<Match>