Aitozi opened a new pull request, #19840: URL: https://github.com/apache/flink/pull/19840
…r taskManager to register ## What is the purpose of the change This PR is another solution to solve the problem of request the extra worker after JobManager failover. After the offline discussion with @KarmaGYZ . We decide not to introduce the new gateway interface `getRecoveryFuture`. Instead, we extend the current `checkResourceRequirementsWithDelay` to enable it to wait for a longer time before trigger the resource check with a configurable long delay and normal delay option. The same to the DeclarativeSlotManager . This work is basically based on the @KarmaGYZ 's previous work, thanks for the guidance and suggestion :). -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org