zentol commented on PR #21416: URL: https://github.com/apache/flink/pull/21416#issuecomment-1330711423
I think we actually found a bug. If a split was already assigned to a reader, then the first call to `SourceReader#pollNext` (which happens _before_ `SourceReader#isAvailable`) circumvents rate-limiting. We need to force this first call to also go through `isAvailable`. -- 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]
