azagrebin commented on a change in pull request #10197: 
[FLINK-14503][coordination] Add partition report to heartbeat
URL: https://github.com/apache/flink/pull/10197#discussion_r347301223
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/TaskExecutorPartitionTracker.java
 ##########
 @@ -33,7 +33,7 @@
         * @param producingJobId ID of job by which the partition is produced
         * @param intermediateDataSetId the corresponding dataset ID
         */
-       void startTrackingPartition(JobID producingJobId, ResultPartitionID 
resultPartitionId, IntermediateDataSetID intermediateDataSetId);
+       void startTrackingPartition(JobID producingJobId, ResultPartitionID 
resultPartitionId, IntermediateDataSetID intermediateDataSetId, int 
numberOfPartitions);
 
 Review comment:
   @param in jdoc

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