Repository: hadoop Updated Branches: refs/heads/trunk 5411dc559 -> a49298d58
Move HDFS-9205 to trunk in CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a49298d5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a49298d5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a49298d5 Branch: refs/heads/trunk Commit: a49298d585f2cbd3bb81579f6e5d0d7b69126264 Parents: 5411dc5 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Thu Oct 15 18:16:55 2015 +0800 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Thu Oct 15 18:16:55 2015 +0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a49298d5/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 a6dc78f..cb6a6a1 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -179,6 +179,8 @@ Trunk (Unreleased) HDFS-8632. Add InterfaceAudience annotation to the erasure coding classes. (Rakesh R via wang) + HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo) + OPTIMIZATIONS BUG FIXES @@ -1531,8 +1533,6 @@ Release 2.8.0 - UNRELEASED HDFS-9188. Make block corruption related tests FsDataset-agnostic. (lei) - HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo) - OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
