guoweiM commented on a change in pull request #8985: [FLINK-13101][datastream]
Introduce blockingAfterChainingOff property of StreamGraph
URL: https://github.com/apache/flink/pull/8985#discussion_r300521769
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java
##########
@@ -97,6 +97,8 @@
private TimeCharacteristic timeCharacteristic;
+ private boolean blockingAfterChainingOff;
Review comment:
I think `slotSharingEnableAfterChain` is more accurate? From the discussion
in the slack what my understand is that the planner only controls whether slot
is sharing and ShuffleMode is determined by this currently.
What do you think?
----------------------------------------------------------------
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