Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.16.0
Description
The test incorrectly assumes that the declareRequiredResources has already been run when calling runInMainThread, while the RPC could still be in flight.
This can result in the test failing because within runInMainThread the test assumes that completing the readyToServeFuture will immediately result in the processing of resources, due to this workflow having been set up within delcareRequiredResources. Without it it will just fail because the completion of the future has in practice no effect.
Attachments
Issue Links
- is caused by
-
FLINK-24713 Postpone resourceManager serving after the recovery phase has finished
- Closed
- links to