dmvk opened a new pull request, #22116:
URL: https://github.com/apache/flink/pull/22116

   Fixes the flaky test outlined in 
https://issues.apache.org/jira/browse/FLINK-31347
   
   We're starting TMs with two slots, and in case both slots don't arrive 
simultaneously, we might have an additional restart of the job. Unfortunately 
calling OnceBlockingNoOpInvokable#cancel would effectively unblock all future 
#invoke calls by setting the running flag to true. We address the issue by 
tracking this flag for each execution attempt separately.


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