dmvk commented on a change in pull request #18689: URL: https://github.com/apache/flink/pull/18689#discussion_r808923933
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/StateWithExecutionGraph.java ########## @@ -306,22 +327,87 @@ void deliverOperatorEventToCoordinator( operatorId, request); } + /** Transition to different state when failure occurs. Stays in the same state by default. */ + abstract void onFailure(Throwable cause); + + <T extends StateTransitions.ToRestarting & StateTransitions.ToFailing> void restartOrFail( Review comment: static method looks good to me, just need to pass stateWithEG as an argument -- 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