|
|
-
Review Request: FLUME-1870. Flume sends non-numeric values with type as float to Ganglia causing ganglia to crashHari Shreedharan 2013-01-23, 22:12
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9075/ ----------------------------------------------------------- Review request for Flume. Description ------- Added code to convert the value to float, if it fails, the type is set as string. This addresses bug FLUME-1870. https://issues.apache.org/jira/browse/FLUME-1870 Diffs ----- flume-ng-core/src/main/java/org/apache/flume/instrumentation/GangliaServer.java 8d34fee Diff: https://reviews.apache.org/r/9075/diff/ Testing ------- All unit tests pass. Thanks, Hari Shreedharan |