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 2020/12/23 08:14:05 UTC

[GitHub] [flink] zhuzhurk commented on a change in pull request #14462: [FLINK-20439][runtime] Rework `scheduleOrUpdateConsumers` to `notifyPartitionDataAvailable`

zhuzhurk commented on a change in pull request #14462:
URL: https://github.com/apache/flink/pull/14462#discussion_r547788776



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
##########
@@ -1319,28 +1319,15 @@ ResultPartitionID createResultPartitionId(final IntermediateResultPartitionID re
 		return null;
 	}
 
-	/**
-	 * Schedule or updates consumers of the given result partition.
-	 *
-	 * @param partitionId specifying the result partition whose consumer shall be scheduled or updated
-	 * @throws ExecutionGraphException if the schedule or update consumers operation could not be executed
-	 */
-	public void scheduleOrUpdateConsumers(ResultPartitionID partitionId) throws ExecutionGraphException {
-
+	public void notifyPartitionDataAvailable(ResultPartitionID partitionId) {

Review comment:
       docs are added.




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