Repository: hadoop
Updated Branches:
  refs/heads/trunk 8d226225d -> b4390d5ab


HDFS-9217. Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module. 
Contributed by Mingliang Liu.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b4390d5a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b4390d5a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b4390d5a

Branch: refs/heads/trunk
Commit: b4390d5ab87e68789c6c24a8c71f5bb89a3588b7
Parents: 8d22622
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Fri Oct 9 10:23:07 2015 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Fri Oct 9 10:23:07 2015 +0900

----------------------------------------------------------------------
 .../hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml     | 6 +++---
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                    | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b4390d5a/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 14e4d5d..2c3329e 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 @@
       <Class 
name="org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus"/>
       <Class 
name="org.apache.hadoop.hdfs.server.protocol.DatanodeStorageReport"/>
       <Class 
name="org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslResponseWithNegotiatedCipherOption"/>
-      <Class name="org.apache.hadoop.hdfs.DFSPacket”/>
-      <Class name="org.apache.hadoop.hdfs.protocol.LocatedStripedBlock”/>
-      <Class 
name=“org.apache.hadoop.hdfs.util.StripedBlockUtil$ChunkByteArray”/>
+      <Class name="org.apache.hadoop.hdfs.DFSPacket"/>
+      <Class name="org.apache.hadoop.hdfs.protocol.LocatedStripedBlock"/>
+      <Class 
name="org.apache.hadoop.hdfs.util.StripedBlockUtil$ChunkByteArray"/>
     </Or>
     <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
   </Match>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/b4390d5a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 95351a2..6e6ca96 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

Reply via email to