[ https://issues.apache.org/jira/browse/FLINK-13544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jark Wu updated FLINK-13544: ---------------------------- Fix Version/s: 1.10.0 1.9.0 > 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 > Priority: Critical > Fix For: 1.9.0, 1.10.0 > > > 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)