We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d8c52 commit a055765Copy full SHA for a055765
hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml
@@ -64,6 +64,11 @@
64
<Field name="futurePool"/>
65
<Bug pattern="IS2_INCONSISTENT_SYNC"/>
66
</Match>
67
+ <Match>
68
+ <Class name="org.apache.hadoop.fs.s3a.S3AFileSystem"/>
69
+ <Field name="s3AsyncClient"/>
70
+ <Bug pattern="IS2_INCONSISTENT_SYNC"/>
71
+ </Match>
72
<Match>
73
<Class name="org.apache.hadoop.fs.s3a.s3guard.S3GuardTool$BucketInfo"/>
74
<Method name="run"/>
0 commit comments