xuzq created HDFS-14214: --------------------------- Summary: IMax and IMin is not work in MutableRatesWithAggregation Key: HDFS-14214 URL: https://issues.apache.org/jira/browse/HDFS-14214 Project: Hadoop HDFS Issue Type: Bug Components: metrics Affects Versions: 3.0.3 Reporter: xuzq Attachments: 0001-fix-bug-which-the-iMax-is-not-work-in-MutableRatesWit.patch
The iMax and IMin is not work in MutableRatesWithAggregation. {code:java} "FSNWriteLockCompleteFileNanosNumOps" : 20636253, "FSNWriteLockCompleteFileNanosAvgTime" : 213709.20645918904, "FSNWriteLockCompleteFileNanosIMinTime" : 3.4028234663852886E38, "FSNWriteLockCompleteFileNanosIMaxTime" : 1.401298464324817E-45, "FSNWriteLockCompleteFileNanosINumOps" : 3515, "FSNReadLockListStatusNanosNumOps" : 21747066, "FSNReadLockListStatusNanosAvgTime" : 449992.14782330825, "FSNReadLockListStatusNanosIMinTime" : 3.4028234663852886E38, "FSNReadLockListStatusNanosIMaxTime" : 1.401298464324817E-45, "FSNReadLockListStatusNanosINumOps" : 4784 {code} [^0001-fix-bug-which-the-iMax-is-not-work-in-MutableRatesWit.patch] -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org