From b4390d5ab87e68789c6c24a8c71f5bb89a3588b7 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Fri, 9 Oct 2015 10:23:07 +0900 Subject: [PATCH] HDFS-9217. Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module. Contributed by Mingliang Liu. --- .../hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml | 6 +++--- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) 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 14e4d5deac..2c3329e47a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml @@ -15,9 +15,9 @@ - - + + + diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 95351a2298..6e6ca96f8b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -359,6 +359,9 @@ Trunk (Unreleased) HDFS-9204. DatanodeDescriptor#PendingReplicationWithoutTargets is wrongly calculated. (Mingliang Liu via jing9) + HDFS-9217. Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module. + (Mingliang Liu via aajisaka) + BREAKDOWN OF HDFS-7285 SUBTASKS AND RELATED JIRAS HDFS-7347. Configurable erasure coding policy for individual files and