Rogan Morrow created FLINK-33091:
------------------------------------

             Summary: Limit on outgoing connections to 64 seems unnecessary
                 Key: FLINK-33091
                 URL: https://issues.apache.org/jira/browse/FLINK-33091
             Project: Flink
          Issue Type: Improvement
            Reporter: Rogan Morrow


We have a job that results in a node having more than 64 outputs. However 
submitting the job fails with error "Cannot currently handle nodes with more 
than 64 outputs.". The error originates from this line:

[https://github.com/apache/flink/blob/e7eeea033a68e1ff6bf82132b5a59eb0a5a2d0ed/flink-optimizer/src/main/java/org/apache/flink/optimizer/dag/OptimizerNode.java#L355]

There is no explanation in the code for why this arbitrary limit is set, so I'm 
wondering what the purpose of it is.

After forking Flink and removing the above line so that there is no limit, the 
job works. So it seems that the limit is unnecessary and can be removed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to