You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Maciej Bryński (JIRA)" <ji...@apache.org> on 2018/12/05 09:51:00 UTC

[jira] [Created] (FLINK-11076) Processing for Avro generated classes is very slow

Maciej Bryński created FLINK-11076:
--------------------------------------

             Summary: Processing for Avro generated classes is very slow
                 Key: FLINK-11076
                 URL: https://issues.apache.org/jira/browse/FLINK-11076
             Project: Flink
          Issue Type: Bug
            Reporter: Maciej Bryński


I tested Flink processing with Avro generated Pojo classes and most of the time is spent in serialization / deserialization.
The problem is that those classes are internally serialized with Avro serializer instead of Pojo serializer.
https://github.com/apache/flink/blob/ddba1b69f43cbb885e178dfaafa120f1fe196a13/flink-core/src/main/java/org/apache/flink/api/java/typeutils/TypeExtractor.java#L1736



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)