You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/12/06 09:50:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-11076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-11076.
---------------------------------
    Resolution: Not A Problem

I think it is working as intended. Avro types are serialized using the Avro serializer. Please re-open if you disagree.

> 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
>            Priority: Major
>
> 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)