eaugene commented on code in PR #25553:
URL: https://github.com/apache/flink/pull/25553#discussion_r1864153853


##########
flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterEntrypoint.java:
##########
@@ -507,7 +507,7 @@ protected CompletableFuture<Void> 
stopClusterServices(boolean cleanupHaData) {
                 }
             }
 
-            if (executionGraphInfoStore != null) {
+            if (executionGraphInfoStore != null && 
!executionGraphInfoStore.isClosed()) {

Review Comment:
   Thanks for the review @XComp  . I have removed the `isClosed()` method



-- 
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]

Reply via email to