HDFS-9217. Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module. Contributed by Mingliang Liu.
This commit is contained in:
parent
8d226225d0
commit
b4390d5ab8
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue