tillrohrmann commented on a change in pull request #13319:
URL: https://github.com/apache/flink/pull/13319#discussion_r508454293
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/runner/AbstractDispatcherLeaderProcess.java
##########
@@ -139,6 +139,8 @@ public final UUID getLeaderSessionId() {
private void closeInternal() {
log.info("Stopping {}.", getClass().getSimpleName());
+ state = State.STOPPED;
Review comment:
Yes I think it is correct. `State.STOPPED` effectively means that
`closeInternal` has been called. But it does not say that the stopping is
complete.
----------------------------------------------------------------
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]