venkata91 commented on PR #24736:
URL: https://github.com/apache/flink/pull/24736#issuecomment-2108098806

   > Thanks, @venkata91, for your contribution! After reviewing this PR, I'm 
concerned that it entirely removes limit that source parallelism should lower 
than source jobVertex's max parallelism. And I think the goal of this pr is 
ensure source parallelism isn't limited by config option 
execution.batch.adaptive.auto-parallelism.max-parallelism, but still respects 
the max parallelism of source jobVertex.
   > 
   > WDYT?
   
   I think that makes sense. Basically what you're saying is if `source's max 
parallelism` is determined by the `source` itself which is < 
`default-source-parallelism` config, we should cap it by the `source computed 
max parallelism` correct? If so, I agree with that.


-- 
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

Reply via email to