pnowojski commented on a change in pull request #9471: [FLINK-13754][task]
Decouple OperatorChain from StreamStatusMaintainer
URL: https://github.com/apache/flink/pull/9471#discussion_r315125049
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -605,6 +610,50 @@ boolean isSerializingTimestamps() {
return tc == TimeCharacteristic.EventTime | tc ==
TimeCharacteristic.IngestionTime;
}
+ private void broadcastCheckpointBarrier(
Review comment:
Maybe those methods that were moved from `OperatorChain` shouldn't be now
implemented in the `StreamTask` but encapsulated somehow? Now they are making
`StreamTask` class even more complicated compared to how it was before.
----------------------------------------------------------------
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