[
https://issues.apache.org/jira/browse/HADOOP-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573720#action_12573720
]
Hudson commented on HADOOP-2903:
--------------------------------
Integrated in Hadoop-trunk #415 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/415/])
> Data type mismatch exception raised from pushMetric
> ---------------------------------------------------
>
> Key: HADOOP-2903
> URL: https://issues.apache.org/jira/browse/HADOOP-2903
> Project: Hadoop Core
> Issue Type: Bug
> Components: metrics
> Affects Versions: 0.16.0
> Reporter: girish vaitheeswaran
> Fix For: 0.16.1
>
> Attachments: metricsexception.patch
>
>
> incrMetric takes a int argument. However in pushMetric since
> getPreviousIntervalAverageTime() returns a long an exception was raised.
> Fix is to cast getPreviousIntervalAverageTime() to an int
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.