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