Re: About Metrics update

2008-06-02 Thread lohit
, 2008 4:11:00 AM Subject: Re: About Metrics update Hi, I'm using version 0.17. Do you know how is fixed? Thanks Ion lohit wrote: > Hi Ion, > > Which version of Hadoop are you using? The problem you reported about > safeModeTime and fsImageLoadTime keep growing was fixed in 0.1

Re: About Metrics update

2008-05-31 Thread Ion Badita
: Ion Badita <[EMAIL PROTECTED]> To: core-user@hadoop.apache.org Sent: Friday, May 30, 2008 8:10:52 AM Subject: Re: About Metrics update Hi, I found (because of the Metrics behavior reported in the previous e-mail) some errors in the metrics reported by the NameNodeMetrics: safeModeTime and fsIm

Re: About Metrics update

2008-05-30 Thread lohit
2008 8:10:52 AM Subject: Re: About Metrics update Hi, I found (because of the Metrics behavior reported in the previous e-mail) some errors in the metrics reported by the NameNodeMetrics: safeModeTime and fsImageLoadTime keep growing (they should be the same over time). The mentioned metri

Re: About Metrics update

2008-05-30 Thread Ion Badita
Hi, I found (because of the Metrics behavior reported in the previous e-mail) some errors in the metrics reported by the NameNodeMetrics: safeModeTime and fsImageLoadTime keep growing (they should be the same over time). The mentioned metrics use MetricsIntValue for the values, on MetricsIntVa

About Metrics update

2008-05-28 Thread Ion Badita
Hi, A looked over the class org.apache.hadoop.metrics.spi.AbstractMetricsContext and i have a question: why in the update(MetricsRecordImpl record) metricUpdates Map is not cleared after the updates are merged in metricMap. Because of this on every update() "old" increments are merged in metri