[
https://issues.apache.org/jira/browse/FLINK-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu resolved FLINK-13544.
-----------------------------
Resolution: Fixed
Merged in 1.10.0: 5254126244b07719d695c26f10bd25c1dddccb96
Merged in 1.9.0: 9e4de1eaabdc958826b96733564753ae60b86a5a
> Set parallelism of table sink operator to input transformation parallelism
> --------------------------------------------------------------------------
>
> Key: FLINK-13544
> URL: https://issues.apache.org/jira/browse/FLINK-13544
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Common, Table SQL / Planner
> Reporter: Jark Wu
> Assignee: Jark Wu
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.9.0, 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently, there are a lot of {{TableSink}} connectors uses
> {{dataStream.addSink()}} without {{setParallelism}} explicitly. This will use
> default parallelism of the environment. However, the parallelism of input
> transformation might not be env.parallelism, for example, global aggregation
> has 1 parallelism. In this case, it will lead to data reorder, and result in
> incorrect result.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)