Repository: hadoop Updated Branches: refs/heads/branch-2.7 cc1979b2a -> ec0f854ba
Add CHANGES.txt entry for HDFS-10872. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ec0f854b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ec0f854b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ec0f854b Branch: refs/heads/branch-2.7 Commit: ec0f854ba00b14fbc8c73c28c89ac8e142d81539 Parents: cc1979b Author: Zhe Zhang <[email protected]> Authored: Mon Nov 14 23:14:35 2016 -0800 Committer: Zhe Zhang <[email protected]> Committed: Mon Nov 14 23:14:35 2016 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ec0f854b/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 fa1e872..1788ae5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -59,7 +59,10 @@ Release 2.7.4 - UNRELEASED HDFS-11069. Tighten the authorization in datanode RPC. (kihwal) - HDFS-8709. Clarify automatic sync in FSEditLog#logEdit. (wang) + HDFS-8709. Clarify automatic sync in FSEditLog#logEdit. (wang) + + HDFS-10872. Add MutableRate metrics for FSNamesystemLock operations. + (Erik Krogen via zhz) OPTIMIZATIONS --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
