You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Lijie Wang (Jira)" <ji...@apache.org> on 2022/10/18 02:00:00 UTC

[jira] [Commented] (FLINK-26668) Unsupportedoperation exception caused by createActualEdge error in adaptive batch scheduler

    [ https://issues.apache.org/jira/browse/FLINK-26668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17619187#comment-17619187 ] 

Lijie Wang commented on FLINK-26668:
------------------------------------

This issue was caused by applying a deprecated PR ([PR19040|https://github.com/apache/flink/pull/19040] , not merged into Flink repo), I will close it as invalid.

> Unsupportedoperation exception caused by createActualEdge error in adaptive batch scheduler
> -------------------------------------------------------------------------------------------
>
>                 Key: FLINK-26668
>                 URL: https://issues.apache.org/jira/browse/FLINK-26668
>             Project: Flink
>          Issue Type: Bug
>          Components: API / DataStream
>    Affects Versions: 1.15.0
>         Environment:  
>  
>            Reporter: kangTwang
>            Priority: Major
>         Attachments: aaa.jpg, bbb.jpg
>
>
> In the AdaptiveBatch TPC DS test, the following error messages appear when executing query_23a,If the upstreamnode is Calc [50], the downstreamnode is multipleinput [75], and they are forwardpartitioners, the parallelism is inconsistent, and an unsupported operationexception is thrown:
> !aaa.jpg!
> Because the error is thrown in the streamgraph stage, the specific DAG diagram cannot be seen. Therefore, non adaptive batch is adopted. The DAG diagram executed is as follows:
> !bbb.jpg!
> Check Calc [50] and find that the downstream operator is HashAggregate[51], not MultipleInput[75]



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