tillrohrmann commented on a change in pull request #13553:
URL: https://github.com/apache/flink/pull/13553#discussion_r502525136



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManager.java
##########
@@ -861,6 +884,8 @@ protected void closeJobManagerConnection(JobID jobId, 
Exception cause) {
 
                        jmResourceIdRegistrations.remove(jobManagerResourceId);
 
+                       
slotManager.processResourceRequirements(ResourceRequirements.empty(jobId, 
jobMasterGateway.getAddress()));

Review comment:
       What happens in the non-HA case, where the job simply failed? Wouldn't 
we have to wait for 5 minutes until the resources will be freed for other jobs?




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


Reply via email to