You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/14 04:20:00 UTC

[jira] [Updated] (FLINK-19623) Introduce ExecEdge to describe information on input edges for ExecNode

     [ https://issues.apache.org/jira/browse/FLINK-19623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-19623:
-----------------------------------
    Labels: pull-request-available  (was: )

> Introduce ExecEdge to describe information on input edges for ExecNode
> ----------------------------------------------------------------------
>
>                 Key: FLINK-19623
>                 URL: https://issues.apache.org/jira/browse/FLINK-19623
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Planner
>            Reporter: Caizhi Weng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> Deadlock breakup algorithm and Multi-input operator creation algorithm need information about the input edges of an exec node, for example what's the priority of this input, and how the input records will trigger the output records.
> We're going to introduce a new class {{ExecEdge}} to describe this.



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