You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/05 16:58:26 UTC

[GitHub] [flink] azagrebin commented on a change in pull request #8630: [FLINK-12667][runtime] Add JobID to TaskExecutorGateway#releasePartitions

azagrebin 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_r290839184
 
 

 ##########
 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:
   a bit weird that we will leave `jobId` here unused, is the future change that needs it going to be so big?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services