[
https://issues.apache.org/jira/browse/FLINK-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741753#comment-15741753
]
ASF GitHub Bot commented on FLINK-5066:
---------------------------------------
Github user uce commented on the issue:
https://github.com/apache/flink/pull/2806
Thanks for addressing the comments, Nico. Going to merge this with the next
batch.
> add more efficient isEvent check to EventSerializer
> ---------------------------------------------------
>
> Key: FLINK-5066
> URL: https://issues.apache.org/jira/browse/FLINK-5066
> Project: Flink
> Issue Type: Improvement
> Components: Network
> Reporter: Nico Kruber
> Assignee: Nico Kruber
>
> -LocalInputChannel#getNextBuffer de-serialises all incoming events on the
> lookout for an EndOfPartitionEvent.-
> Some buffer code de-serialises all incoming events on the lookout for an
> EndOfPartitionEvent
> (now applies to PartitionRequestQueue#isEndOfPartitionEvent()).
> Instead, if EventSerializer offered a function to check for an event type
> only without de-serialising the whole event, we could save some resources.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)