reswqa commented on code in PR #21560:
URL: https://github.com/apache/flink/pull/21560#discussion_r1060305155


##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/InternalExecutionGraphAccessor.java:
##########
@@ -122,4 +122,6 @@ List<ShuffleDescriptor> 
getClusterPartitionShuffleDescriptors(
             IntermediateDataSetID intermediateResultPartition);
 
     MarkPartitionFinishedStrategy getMarkPartitionFinishedStrategy();
+
+    boolean isHybridEnableConsumePartialFinishedProducer();

Review Comment:
   Yes, I also didn't find a better way to handle this. Let's keep it first, If 
there is a better way, we can reconstruct it later.



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

Reply via email to