HDFS-8466. Refactor BlockInfoContiguous and fix NPE in TestBlockInfo#testCopyConstructor() (Contributed by Vinayakumar B)

Missed CHANGES.txt entry
This commit is contained in:
Vinayakumar B 2015-06-18 14:19:49 +05:30
parent 62c5a879ef
commit 05c696882e
1 changed files with 3 additions and 0 deletions

View File

@ -305,3 +305,6 @@
HDFS-8580. Erasure coding: Persist cellSize in BlockInfoStriped and
StripedBlocksFeature. (Walter Su via jing9)
HDFS-8466. Refactor BlockInfoContiguous and fix NPE in
TestBlockInfo#testCopyConstructor() (vinayakumarb)