You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "zhijiang (JIRA)" <ji...@apache.org> on 2018/01/30 07:11:00 UTC

[jira] [Created] (FLINK-8523) Stop assigning floating buffers for blocked input channels in exactly-once mode

zhijiang created FLINK-8523:
-------------------------------

             Summary: Stop assigning floating buffers for blocked input channels in exactly-once mode
                 Key: FLINK-8523
                 URL: https://issues.apache.org/jira/browse/FLINK-8523
             Project: Flink
          Issue Type: Sub-task
          Components: Network
    Affects Versions: 1.5.0
            Reporter: zhijiang
            Assignee: zhijiang


In exactly-once mode, the input channel is set blocked state when reading barrier from it. And the blocked state will be released after barrier alignment or cancelled.

 

In credit-based network flow control, we should avoid assigning floating buffers for blocked input channels because the buffers after barrier will not be processed by operator until alignment.

To do so, we can fully make use of floating buffers and speed up barrier alignment in some extent.



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