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 2019/06/05 10:12:00 UTC

[jira] [Created] (FLINK-12738) Remove abstract getPageSize from InputGate

zhijiang created FLINK-12738:
--------------------------------

             Summary: Remove abstract getPageSize from InputGate
                 Key: FLINK-12738
                 URL: https://issues.apache.org/jira/browse/FLINK-12738
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Network
            Reporter: zhijiang
            Assignee: zhijiang


Currently {{InputGate#getPageSize}} is only used for constructing {{BarrierBuffer}}. In order to make abstract InputGate simple and clean, we should remove unnecessary abstract methods from it.

Considering the page size could be parsed directly from configuration which could also visible while constructing {{BarrierBuffer}}, so it is reasonable to do so.



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