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 2020/02/24 10:16:00 UTC

[jira] [Created] (FLINK-16257) Remove useless ResultPartitionID from AddCredit message

Zhijiang created FLINK-16257:
--------------------------------

             Summary: Remove useless ResultPartitionID from AddCredit message
                 Key: FLINK-16257
                 URL: https://issues.apache.org/jira/browse/FLINK-16257
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Network
            Reporter: Zhijiang
            Assignee: Zhijiang
             Fix For: 1.11.0


The ResultPartitionID in AddCredit message is never used on upstream side, so we can remove it to cleanup the codes. There would have another two benefits to do so:
 # Reduce the total message size from previous 52 bytes to 20 bytes.
 # Decouple the dependency with `InputChannel#getPartitionId`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)