[
https://issues.apache.org/jira/browse/HADOOP-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573517#action_12573517
]
girish vaitheeswaran commented on HADOOP-2903:
----------------------------------------------
Very minor fix. Does not require new test cases.
> 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.