rmetzger commented on a change in pull request #14948:
URL: https://github.com/apache/flink/pull/14948#discussion_r586264614
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/StateWithExecutionGraph.java
##########
@@ -136,7 +136,7 @@ public ArchivedExecutionGraph getJob() {
@Override
public void suspend(Throwable cause) {
executionGraph.suspend(cause);
- Preconditions.checkState(executionGraph.getState() ==
JobStatus.SUSPENDED);
+ // Preconditions.checkState(executionGraph.getState() ==
JobStatus.SUSPENDED);
Review comment:
I experienced test instabilities because of this:
https://github.com/apache/flink/pull/15059
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]