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 267c7f9dbc
commit 1f49861fa3
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 1 additions and 0 deletions

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>