Repository: hadoop Updated Branches: refs/heads/HDFS-7240 095172623 -> 72f0bed3d
HDFS-11487. Ozone: Exclude container protobuf files from findbugs check. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/72f0bed3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/72f0bed3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/72f0bed3 Branch: refs/heads/HDFS-7240 Commit: 72f0bed3dd7e9ea3dd8f8017329d87f552b868f6 Parents: 0951726 Author: Anu Engineer <[email protected]> Authored: Mon Mar 6 14:17:41 2017 -0800 Committer: Anu Engineer <[email protected]> Committed: Mon Mar 6 14:17:41 2017 -0800 ---------------------------------------------------------------------- .../hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/72f0bed3/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml b/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml index 9d6ab9a..699ed89 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml @@ -60,4 +60,8 @@ <Field name="cachingStrategy" /> <Bug pattern="IS2_INCONSISTENT_SYNC" /> </Match> + + <Match> + <Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" /> + </Match> </FindBugsFilter> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
