Skip to content

Commit 9123a61

Browse files
committed
update spotbug file to exclude IS2_INCONSISTENT_SYNC
1 parent 2ece699 commit 9123a61

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
<Method name="openFileWithOptions"/>
6060
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
6161
</Match>
62+
<Match>
63+
<Class name="org.apache.hadoop.fs.s3a.S3AFileSystem"/>
64+
<Bug pattern="IS2_INCONSISTENT_SYNC"/>
65+
</Match>
6266
<Match>
6367
<Class name="org.apache.hadoop.fs.s3a.s3guard.S3GuardTool$BucketInfo"/>
6468
<Method name="run"/>

0 commit comments

Comments
 (0)