rkhachatryan commented on code in PR #21981: URL: https://github.com/apache/flink/pull/21981#discussion_r1122889885
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveScheduler.java: ########## @@ -784,7 +789,7 @@ public ArchivedExecutionGraph getArchivedExecutionGraph( } @Override - public void goToWaitingForResources() { + public void goToWaitingForResources(@Nullable ExecutionGraph executionGraph) { Review Comment: Done in aad45c9f66e0cad768be2f8172b569f61ace3477. -- 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