Repository: hadoop Updated Branches: refs/heads/branch-2.7 5a714fee4 -> 54bbdb4c0
Update CHANGES.txt for HDFS-11634. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/54bbdb4c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/54bbdb4c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/54bbdb4c Branch: refs/heads/branch-2.7 Commit: 54bbdb4c026092be47110f2f90d40c14c0e05c68 Parents: 5a714fe Author: Konstantin V Shvachko <[email protected]> Authored: Tue Apr 18 13:20:21 2017 -0700 Committer: Konstantin V Shvachko <[email protected]> Committed: Tue Apr 18 13:20:21 2017 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/54bbdb4c/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 286b3a0..33544e0 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -80,6 +80,9 @@ Release 2.7.4 - UNRELEASED HDFS-10896. Move lock logging logic from FSNamesystem into FSNamesystemLock. (Erik Krogen via Zhe Zhang) + HDFS-11634. Optimize BlockIterator when iterating starts in the middle. + (shv) + BUG FIXES HDFS-8307. Spurious DNS Queries from hdfs shell. (Andres Perez via aengineer) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
