azagrebin commented on a change in pull request #8778:
[FLINK-12615][coordination] Track partitions on JM
URL: https://github.com/apache/flink/pull/8778#discussion_r298539553
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraphBuilder.java
##########
@@ -94,7 +94,8 @@ public static ExecutionGraph buildGraph(
BlobWriter blobWriter,
Time allocationTimeout,
Logger log,
- ShuffleMaster<?> shuffleMaster) throws
JobExecutionException, JobException {
+ PartitionTracker partitionTracker)
+ throws JobExecutionException, JobException {
Review comment:
keep formatting
----------------------------------------------------------------
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