You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jeff Hu (Jira)" <ji...@apache.org> on 2022/04/07 15:44:00 UTC

[jira] [Created] (FLINK-27128) Broadcast stream Iteration closeWith failed starting version 1.12.2

Jeff Hu created FLINK-27128:
-------------------------------

             Summary: Broadcast stream Iteration closeWith failed starting version 1.12.2
                 Key: FLINK-27128
                 URL: https://issues.apache.org/jira/browse/FLINK-27128
             Project: Flink
          Issue Type: Bug
          Components: API / Core
    Affects Versions: 1.14.4, 1.12.2
            Reporter: Jeff Hu


The following error on version later than 1.12.2:
"Cannot close an iteration with a feedback DataStream that does not originate from said iteration."

There might be a bug with AbstractBroadcastStateTransformation.java.
possible fix:
predecessor.addAll(regularInput.getTransitivePredecessors());

https://github.com/apache/flink/blob/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/AbstractBroadcastStateTransformation.java#L95



--
This message was sent by Atlassian Jira
(v8.20.1#820001)