[ https://issues.apache.org/jira/browse/FLINK-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flink Jira Bot updated FLINK-6188: ---------------------------------- Labels: auto-deprioritized-major pull-request-available stale-minor (was: auto-deprioritized-major pull-request-available) I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Minor but is unassigned and neither itself nor its Sub-Tasks have been updated for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is still Minor, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized. > Some setParallelism() methods can't cope with default parallelism > ----------------------------------------------------------------- > > Key: FLINK-6188 > URL: https://issues.apache.org/jira/browse/FLINK-6188 > Project: Flink > Issue Type: Bug > Components: API / DataStream > Affects Versions: 1.2.1, 1.3.0 > Reporter: Aljoscha Krettek > Priority: Minor > Labels: auto-deprioritized-major, pull-request-available, > stale-minor > > Recent changes done for FLINK-5808 move default parallelism manifestation > from eager to lazy, that is, the parallelism of operations that don't have an > explicit parallelism is only set when generating the JobGraph. Some > {{setParallelism()}} calls, such as > {{SingleOutputStreamOperator.setParallelism()}} cannot deal with the fact > that the parallelism of an operation might be {{-1}} (which indicates that it > should take the default parallelism when generating the JobGraph). > We should either revert the changes that fixed another user-facing bug for > version 1.2.1 or fix the methods. -- This message was sent by Atlassian Jira (v8.20.1#820001)