zentol commented on a change in pull request #8630: [FLINK-12667][runtime] Add 
JobID to TaskExecutorGateway#releasePartitions
URL: https://github.com/apache/flink/pull/8630#discussion_r290855149
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java
 ##########
 @@ -641,7 +641,7 @@ private void stopTaskExecutorServices() throws Exception {
        }
 
        @Override
-       public void releasePartitions(Collection<ResultPartitionID> 
partitionIds) {
+       public void releasePartitions(JobID jobId, 
Collection<ResultPartitionID> partitionIds) {
 
 Review comment:
   it's not gonna be big, but this part is simply already 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