[
https://issues.apache.org/jira/browse/STORM-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126970#comment-15126970
]
ASF GitHub Bot commented on STORM-1504:
---------------------------------------
Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1052#discussion_r51475643
--- Diff:
external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/AvroGenericRecordBolt.java
---
@@ -17,8 +17,9 @@
*/
package org.apache.storm.hdfs.bolt;
+import org.apache.avro.generic.GenericData;
import org.apache.storm.Config;
-import org.apache.storm.Constants;
+import org.apache.storm.hdfs.avro.AbstractAvroSerializer;
--- End diff --
The deletes look OK but these new imports are not used, can we remove them
or revert the file?
> AvroGenericRecordBolt will not work in a topology with multiple workers
> -----------------------------------------------------------------------
>
> Key: STORM-1504
> URL: https://issues.apache.org/jira/browse/STORM-1504
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Aaron Dossett
> Assignee: Aaron Dossett
> Priority: Critical
>
> It receives Avro GenericRecord objects, which leads to serialization errors
> in a multi-worker topology. Specifically, GenericData.Record will throw a
> serialization error.
> A serializer for this class should be added and registered.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)