This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch feature-HADOOP-18028-s3a-prefetch-branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 6711ccd02d5efca8f2af064a0bb4147361f07f04 Author: Viraj Jasani <vjas...@apache.org> AuthorDate: Mon Sep 26 10:56:58 2022 -0700 HADOOP-18466. Limit the findbugs suppression IS2_INCONSISTENT_SYNC to S3AFileSystem field (#4926) Follow-on to HADOOP-18455. Contributed by Viraj Jasani --- hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml b/hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml index b8e419f3c88..4bc00a3e5f1 100644 --- a/hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml +++ b/hadoop-tools/hadoop-aws/dev-support/findbugs-exclude.xml @@ -61,6 +61,7 @@ </Match> <Match> <Class name="org.apache.hadoop.fs.s3a.S3AFileSystem"/> + <Field name="futurePool"/> <Bug pattern="IS2_INCONSISTENT_SYNC"/> </Match> <Match> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org