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

   > > > 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.
   > 
   > Yes, that's correct.
   
   @JunRuiLee Sorry for the late reply. I looked at the code again and it does 
look to be doing as what we expected. Can you please point me to the 
corresponding code reference?


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

Reply via email to