zhijiangW commented on a change in pull request #9471: [FLINK-13754][task]
Decouple OperatorChain with StreamStatusMaintainer
URL: https://github.com/apache/flink/pull/9471#discussion_r316548967
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/TimestampsAndPeriodicWatermarksOperator.java
##########
@@ -41,6 +42,8 @@
private transient long currentWatermark;
+ private StreamStatusProvider streamStatusProvider;
+
public
TimestampsAndPeriodicWatermarksOperator(AssignerWithPeriodicWatermarks<T>
assigner) {
Review comment:
I think we should also need this change in
`TimestampsAndPunctuatedWatermarksOperator`. I was not aware of this path
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