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
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.