zentol opened a new pull request #14393: URL: https://github.com/apache/flink/pull/14393
Properly skip the processing of slot allocation that have already concluded by no longer relying on the cancellation of futures, as it is unreliable when using async operations since other operations may occur in-between, and instead using a set for tracking pending allocations and checking at the start of processing. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
