Repository: hadoop Updated Branches: refs/heads/branch-2 b2d6ea5e1 -> caa5da06f
Revert "fix CHANGES.txt" This reverts commit 4c33f883c468ad17528041f3ffb00f5603fccc8f. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/511e724f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/511e724f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/511e724f Branch: refs/heads/branch-2 Commit: 511e724fff3f9382a782062ef954705bbbbc48a7 Parents: b2d6ea5 Author: yliu <[email protected]> Authored: Sat Oct 31 16:23:16 2015 +0800 Committer: yliu <[email protected]> Committed: Sat Oct 31 16:23:16 2015 +0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/511e724f/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 53375b9..6c735bc 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1364,6 +1364,9 @@ Release 2.8.0 - UNRELEASED HDFS-9332. Fix Precondition failures from NameNodeEditLogRoller while saving namespace. (wang) + HDFS-4937. ReplicationMonitor can infinite-loop in + BlockPlacementPolicyDefault#chooseRandom() (kihwal) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES @@ -1436,9 +1439,6 @@ Release 2.7.2 - UNRELEASED HDFS-9317. Document fsck -blockId and -storagepolicy options in branch-2.7. (aajisaka) - HDFS-4937. ReplicationMonitor can infinite-loop in - BlockPlacementPolicyDefault#chooseRandom() (kihwal) - Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES
