HDFS-8466. Refactor BlockInfoContiguous and fix NPE in TestBlockInfo#testCopyConstructor() (Contributed by Vinayakumar B) Missed CHANGES.txt entry
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7bf6168 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a7bf6168 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a7bf6168 Branch: refs/heads/HDFS-7285-REBASE Commit: a7bf6168f6159f34eee9a2b257de32b18611bc80 Parents: 2022a68 Author: Vinayakumar B <[email protected]> Authored: Thu Jun 18 14:19:49 2015 +0530 Committer: Vinayakumar B <[email protected]> Committed: Thu Aug 13 17:09:43 2015 +0530 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a7bf6168/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt index 3c840cc..f41d30a 100755 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt @@ -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) \ No newline at end of file
