Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.3
-
None
Description
Within the KafkaBolt execute method, an error message is logged if any sort of error occurs communicating with Kafka. Unfortunately the input is still acknowledged.
Upon review of the HdfsBolt & HiveBolt, I believe the exception handling block should include the following two lines:
this.collector.reportError(ex);
this.collector.fail(input);