You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "JIN SUN (JIRA)" <ji...@apache.org> on 2018/10/23 22:22:00 UTC

[jira] [Created] (FLINK-10656) Refactor org.apache.flink.runtime.io.network.api.reader.ReaderBase

JIN SUN created FLINK-10656:
-------------------------------

             Summary: Refactor org.apache.flink.runtime.io.network.api.reader.ReaderBase
                 Key: FLINK-10656
                 URL: https://issues.apache.org/jira/browse/FLINK-10656
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Coordination
            Reporter: JIN SUN
            Assignee: JIN SUN
             Fix For: 1.8.0


The interface of org.apache.flink.runtime.io.network.api.reader.ReaderBase is not very clean, the API in it are called only by iteration and handle event. which is not related the name ReaderBase. And the functionality is independent, so propose to change the name and split the interface to two isolated interface. 

More details please look at the PR.



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