[
https://issues.apache.org/jira/browse/STORM-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128420#comment-15128420
]
ASF GitHub Bot commented on STORM-1504:
---------------------------------------
Github user revans2 commented on the pull request:
https://github.com/apache/storm/pull/1052#issuecomment-178645013
@dossett yes I have been able to reproduce the error, and it appears to
somehow be related to this pull request.
```
mvn clean install -DskipTests
cd examples/strom-starter
mvn clean test
```
The above works on master but fails 100% of the time with this pull
request. I see some ClassDef like issues so my guess is that the dependencies
are somehow messed up, probably with log4j.
> 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)