Skip to content

Commit a055765

Browse files
committed
suppress inconsistent sync spotbug warning
1 parent a1d8c52 commit a055765

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<Field name="futurePool"/>
6565
<Bug pattern="IS2_INCONSISTENT_SYNC"/>
6666
</Match>
67+
<Match>
68+
<Class name="org.apache.hadoop.fs.s3a.S3AFileSystem"/>
69+
<Field name="s3AsyncClient"/>
70+
<Bug pattern="IS2_INCONSISTENT_SYNC"/>
71+
</Match>
6772
<Match>
6873
<Class name="org.apache.hadoop.fs.s3a.s3guard.S3GuardTool$BucketInfo"/>
6974
<Method name="run"/>

0 commit comments

Comments
 (0)