You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cm...@apache.org on 2016/06/16 23:46:40 UTC

hadoop git commit: HADOOP-13284. FileSystemStorageStatistics must not attempt to read non-existent rack-aware read stats in branch-2.8 (Mingliang Liu via cmccabe)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 cc53ca8d6 -> b07cd9c6a


HADOOP-13284. FileSystemStorageStatistics must not attempt to read non-existent rack-aware read stats in branch-2.8 (Mingliang Liu via cmccabe)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b07cd9c6
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b07cd9c6
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b07cd9c6

Branch: refs/heads/branch-2.8
Commit: b07cd9c6a994bfcd993bc58f392175255ebf7341
Parents: cc53ca8
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Thu Jun 16 16:45:41 2016 -0700
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Thu Jun 16 16:45:41 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/fs/FileSystemStorageStatistics.java   | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b07cd9c6/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystemStorageStatistics.java
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystemStorageStatistics.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystemStorageStatistics.java
index 171b927..c0b4409 100644
--- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystemStorageStatistics.java
+++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystemStorageStatistics.java
@@ -42,10 +42,6 @@ public class FileSystemStorageStatistics extends StorageStatistics {
       "readOps",
       "largeReadOps",
       "writeOps",
-      "bytesReadLocalHost",
-      "bytesReadDistanceOfOneOrTwo",
-      "bytesReadDistanceOfThreeOrFour",
-      "bytesReadDistanceOfFiveOrLarger"
   };
 
   private static class LongStatisticIterator


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org