Repository: hadoop Updated Branches: refs/heads/branch-2 7eb0daefc -> e98453431
Add HDFS-9317 to CHANGES.txt. (cherry picked from commit eca51b13af1951b18ab7a5a92aaa0b9fe07d9ef8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e9845343 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e9845343 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e9845343 Branch: refs/heads/branch-2 Commit: e98453431442c419d957deef4b8efa66ea52a045 Parents: 7eb0dae Author: Akira Ajisaka <[email protected]> Authored: Wed Oct 28 13:17:41 2015 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Oct 28 13:19:48 2015 +0900 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e9845343/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 0118dbe..3b72524 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1401,6 +1401,9 @@ Release 2.7.2 - UNRELEASED HDFS-9305. Delayed heartbeat processing causes storm of subsequent heartbeats. (Arpit Agarwal) + HDFS-9317. Document fsck -blockId and -storagepolicy options in branch-2.7. + (aajisaka) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES
