Mingliang Liu created HADOOP-13280: -------------------------------------- Summary: FileSystemStorageStatistics#getLong(“readOps“) should return readOps + largeReadOps Key: HADOOP-13280 URL: https://issues.apache.org/jira/browse/HADOOP-13280 Project: Hadoop Common Issue Type: Sub-task Affects Versions: 2.8.0 Reporter: Mingliang Liu Assignee: Mingliang Liu
Currently {{FileSystemStorageStatistics}} instance simply returns data from {{FileSystem$Statistics}}. As to {{readOps}}, the {{FileSystem$Statistics#getReadOps()}} returns {{readOps + largeReadOps}}. We should make the {{FileSystemStorageStatistics#getLong(“readOps“)}} return the sum as well. Moreover, there is no unit tests for {{FileSystemStorageStatistics}} and this JIRA will also address this. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org