tillrohrmann commented on a change in pull request #9960: [FLINK-14476] Extend
PartitionTracker to support promotions
URL: https://github.com/apache/flink/pull/9960#discussion_r340534122
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/PartitionTracker.java
##########
@@ -55,6 +55,11 @@
*/
void stopTrackingAndReleasePartitionsFor(ResourceID
producingTaskExecutorId);
+ /**
+ * Releases all job partitions and promotes all cluster partitions for
the given task executor ID, and stops the tracking of partitions that were
released/promoted.
+ */
Review comment:
Nit: Technically this is not the proper JavaDoc for an interface method. It
seems to be inconsistent in this class, though.
----------------------------------------------------------------
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