1996fanrui commented on PR #21398: URL: https://github.com/apache/flink/pull/21398#issuecomment-1328573385
Hi @gyfora @mxm As we know, when the flink job run on IDEA, it will use the MiniCluster. And `PerJobMiniClusterFactory#getMiniClusterConfig` generate the `numSlotsPerTaskManager` by the JobGraph. However, the `numSlotsPerTaskManager` may be wrong after using `jobvertex-parallelism-overrides`. So the `numSlotsPerTaskManager` should be generated according to the JobGraph and `jobvertex-parallelism-overrides`. Please help take a look this PR in your free time, thanks~ -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org