reswqa commented on code in PR #21199:
URL: https://github.com/apache/flink/pull/21199#discussion_r1043124374
##########
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/VertexwiseSchedulingStrategy.java:
##########
@@ -123,12 +132,15 @@ private void maybeScheduleVertices(final
Set<ExecutionVertexID> vertices) {
SchedulingExecutionVertex vertex =
schedulingTopology.getVertex(vertexId);
checkState(vertex.getState() ==
ExecutionState.CREATED);
- return areVertexInputsAllConsumable(
- vertex, consumableStatusCache);
+ return
inputConsumableDecider.isInputConsumable(
+ vertexId,
Review Comment:
changed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]