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

This commit is contained in:
Akira Ajisaka 2015-10-09 10:23:07 +09:00
parent 8d226225d0
commit b4390d5ab8
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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