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


   This fixes a regression introduced in 
https://github.com/apache/flink/commit/5180e83ec01236ecce47a56951daf2a34eb4a1f6,
 that makes several OC related tests fail with the AdaptiveScheduler 
(unfortunately with the CRON triggered CI).
   
   The intuition behind the change is that the OC failure handling is tied with 
the global failure handler of the CreatingExecutionGraph state, but we need it 
to use a global failure handler of the State that is currently in effect (eg. 
Executing).
   
   I've added new unit test to guard against future regression.


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