dmvk opened a new pull request, #22520: URL: https://github.com/apache/flink/pull/22520
https://issues.apache.org/jira/browse/FLINK-31996 Introduce a new opt-in flag that can disable the chaining of operators with different max parallelism, which prevents rescaling in some cases when the AdaptiveScheduler is being used. - We introduce the new `pipeline.operator-chaining.chain-operators-with-different-max-parallelism` flag to opt-in. - We deprecate the `pipeline.operator-chaining` flag and surpass it with `pipeline.operator-chaining.enabled` to provide a more consistent configuration experience. - The StreamingJobGraphGenerator and StreamGraphHasherV2 respect the new flag. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
