[jira] [Created] (FLINK-5066) prevent LocalInputChannel#getNextBuffer from de-serialising all events when looking for EndOfPartitionEvent only

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5066) prevent LocalInputChannel#getNextBuffer from de-serialising all events when looking for EndOfPartitionEvent only

Shang Yuanchun (Jira)
Nico Kruber created FLINK-5066:
----------------------------------

             Summary: prevent LocalInputChannel#getNextBuffer from de-serialising all events when looking for EndOfPartitionEvent only
                 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.

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)