HDFS-12219. Javadoc for FSNamesystem#getMaxObjects is incorrect. Contributed by Erik Krogen.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/20304b91 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/20304b91 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/20304b91 Branch: refs/heads/YARN-6592 Commit: 20304b91cc1513e3d82a01d36f4ee9c4c81b60e4 Parents: b8c8b5b Author: Yiqun Lin <yq...@apache.org> Authored: Wed Nov 1 14:37:08 2017 +0800 Committer: Yiqun Lin <yq...@apache.org> Committed: Wed Nov 1 14:37:08 2017 +0800 ---------------------------------------------------------------------- .../java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/20304b91/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java index e8d7161..4e9a05d 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java @@ -4606,9 +4606,6 @@ public class FSNamesystem implements Namesystem, FSNamesystemMBean, } } - /** - * Get the total number of objects in the system. - */ @Override // FSNamesystemMBean public long getMaxObjects() { return maxFsObjects; --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org