Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.6.0
-
Mac OS 10.10.3, Java 1.7.0_60
-
Patch
Description
A NPE is thrown when KafkaSource calls counter.incrementKafkaEmptyCount() because it expects MonitoredCounterGroup.counterMap to contain key "source.kafka.empty.count". A patch is included which adds this key to the ATTRIBUTES string array, which is used to pre-populate keys with an initial value.