[
https://issues.apache.org/jira/browse/FLINK-26168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lijie Wang updated FLINK-26168:
-------------------------------
Description: After FLINK-26167, if the exchange mode is set as
{{ALL_EDGES_BLOCKING}} through {{{}table.exec.shuffle-mode{}}}, the shuffle
mode of {{ForwardForConsecutiveHashPartitioner }}will be set as
{{{}BATCH{}}}(becase it may be converted to hash shuffle). But it should not
affect the chain creation, so we chang the chain logic and let (was: After
Consider {{{}ForwardForConsecutiveHashPartitioner{}}}, if it is converted to
hash shuffle and the exchange mode is set as ALL_EDGES_BLOCKING through
table.exec.shuffle-mode, its final shuffle mode should be batch
The judgment of chainable should ignore StreamExchangeMode when partitioner is
ForwardForConsecutiveHashPartitioner.)
> The judgment of chainable ignores StreamExchangeMode when partitioner is
> ForwardForConsecutiveHashPartitioner
> -------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-26168
> URL: https://issues.apache.org/jira/browse/FLINK-26168
> Project: Flink
> Issue Type: Sub-task
> Reporter: Lijie Wang
> Assignee: Lijie Wang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> After FLINK-26167, if the exchange mode is set as {{ALL_EDGES_BLOCKING}}
> through {{{}table.exec.shuffle-mode{}}}, the shuffle mode of
> {{ForwardForConsecutiveHashPartitioner }}will be set as {{{}BATCH{}}}(becase
> it may be converted to hash shuffle). But it should not affect the chain
> creation, so we chang the chain logic and let
--
This message was sent by Atlassian Jira
(v8.20.1#820001)