shuai-xu commented on a change in pull request #7227: [FLINK-11059] [runtime] 
do not add releasing failed slot to free slots
URL: https://github.com/apache/flink/pull/7227#discussion_r293251636
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java
 ##########
 @@ -1420,6 +1424,41 @@ private void timeoutSlot(AllocationID allocationId, 
UUID ticket) {
                }
        }
 
+       /**
+        * Sync slot with job master.
+        * The slots only exist in job master will be failed to job master.
+        * The slots only exist in task executor will be released to resource 
manager.
 
 Review comment:
   Done

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


With regards,
Apache Git Services

Reply via email to