zhuzhurk commented on a change in pull request #15088:
URL: https://github.com/apache/flink/pull/15088#discussion_r595704981
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/SchedulingExecutionVertex.java
##########
@@ -37,4 +39,11 @@
* @return state of the execution vertex
*/
ExecutionState getState();
+
+ /**
+ * Get the {@link ConsumedPartitionGroup}s.
+ *
+ * @return list of {@link ConsumedPartitionGroup}s
+ */
+ List<ConsumedPartitionGroup> getConsumerPartitionGroups();
Review comment:
`getConsumerPartitionGroups` -> `getConsumedPartitionGroups `
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/SchedulingResultPartition.java
##########
@@ -44,4 +46,14 @@
* @return result partition state
*/
ResultPartitionState getState();
+
+ /**
+ * Get the grouped {@link ExecutionVertexID}.
Review comment:
seems there is a mistake in the fix
----------------------------------------------------------------
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]