Repository: hadoop Updated Branches: refs/heads/branch-2.7 a00cef607 -> c7c410898
Update CHANGES.txt for HDFS-11717 branch-2.7. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c7c41089 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c7c41089 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c7c41089 Branch: refs/heads/branch-2.7 Commit: c7c410898e05c6b0d403ee3f2197ed03ed22315c Parents: a00cef6 Author: Konstantin V Shvachko <[email protected]> Authored: Tue May 2 22:30:18 2017 -0700 Committer: Konstantin V Shvachko <[email protected]> Committed: Tue May 2 22:30:18 2017 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c7c41089/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 48a7546..458e3f2 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -70,7 +70,8 @@ Release 2.7.4 - UNRELEASED HDFS-10534. NameNode WebUI should display DataNode usage histogram. (Kai Sasaki via zhz) - HDFS-11333. Print a user friendly error message when plugins are not found. (Wei-Chiu Chuang) + HDFS-11333. Print a user friendly error message when plugins are not found. + (Wei-Chiu Chuang) HDFS-11466. Change dfs.namenode.write-lock-reporting-threshold-ms default from 1000ms to 5000ms. (wang via zhz) @@ -78,6 +79,9 @@ Release 2.7.4 - UNRELEASED HDFS-8873. Allow the directoryScanner to be rate-limited (Daniel Templeton via Colin P. McCabe) + HDFS-11717. Add unit test for HDFS-11709 StandbyCheckpointer should handle + non-existing legacyOivImageDir gracefully. (Erik Krogen via shv) + OPTIMIZATIONS HDFS-10896. Move lock logging logic from FSNamesystem into FSNamesystemLock. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
