You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Piotr Nowojski (JIRA)" <ji...@apache.org> on 2018/02/28 11:05:00 UTC

[jira] [Created] (FLINK-8805) Optimize EventSerializer.isEvent method

Piotr Nowojski created FLINK-8805:
-------------------------------------

             Summary: Optimize EventSerializer.isEvent method
                 Key: FLINK-8805
                 URL: https://issues.apache.org/jira/browse/FLINK-8805
             Project: Flink
          Issue Type: Improvement
          Components: Network
    Affects Versions: 1.4.0
            Reporter: Piotr Nowojski
            Assignee: Piotr Nowojski
             Fix For: 1.5.0


For example, previously if the method was used to check for EndOfPartitionEvent and the Buffer contained huge custom event, the even had to be deserialized before performing the actual check.



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