fredia commented on code in PR #25773:
URL: https://github.com/apache/flink/pull/25773#discussion_r1877976956


##########
flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/operators/AbstractAsyncStateStreamOperator.java:
##########
@@ -333,6 +335,15 @@ public void processWatermark(Watermark mark) throws 
Exception {
         asyncExecutionController.processNonRecord(() -> 
super.processWatermark(mark));
     }
 
+    protected void emitWatermarkDirectly(Watermark mark) throws Exception {

Review Comment:
   Fixed, recovered `emitWatermarkDirectly ` as origin, and rewrote 
`processWatermark`. Currently, the async operator won't deal with interruptible 
watermark.



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