浏览代码

HADOOP-18466. Limit the findbugs suppression IS2_INCONSISTENT_SYNC to S3AFileSystem field (#4926)

Follow-on to HADOOP-18455.

Contributed by Viraj Jasani
Viraj Jasani 2 年之前
父节点
当前提交
1f49861fa3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml

+ 1 - 0
hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml

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