You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "xuzq (JIRA)" <ji...@apache.org> on 2019/01/18 05:38:00 UTC

[jira] [Created] (HDFS-14214) IMax and IMin is not work in MutableRatesWithAggregation

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org