tillrohrmann commented on a change in pull request #13829:
URL: https://github.com/apache/flink/pull/13829#discussion_r516689932
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/DeclarativeSlotManager.java
##########
@@ -200,10 +200,12 @@ public void suspend() {
LOG.info("Suspending the slot manager.");
resourceTracker.clear();
- taskExecutorManager.close();
+ if (taskExecutorManager != null) {
Review comment:
I guess having warnings could have made us aware of the problem in
suspend.
----------------------------------------------------------------
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]