zentol commented on a change in pull request #9975: [FLINK-14477][coordination]
Implement promotion logic on TaskExecutor
URL: https://github.com/apache/flink/pull/9975#discussion_r339043883
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java
##########
@@ -724,11 +725,29 @@ private void setupResultPartitionBookkeeping(
}
}
+ private final Map<IntermediateResultPartitionID,
Collection<ResultPartitionID>> clusterPartitions = new HashMap<>();
Review comment:
this should be moved up tot he rest of the fields
----------------------------------------------------------------
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