dawidwys commented on a change in pull request #16589:
URL: https://github.com/apache/flink/pull/16589#discussion_r679132130



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/MultipleInputStreamTask.java
##########
@@ -281,11 +277,4 @@ public void abortCheckpointOnBarrier(long checkpointId, 
CheckpointException caus
         }
         super.abortCheckpointOnBarrier(checkpointId, cause);
     }
-
-    @Override
-    protected void advanceToEndOfEventTime() throws Exception {
-        for (Output<StreamRecord<?>> sourceOutput : 
operatorChain.getChainedSourceOutputs()) {
-            sourceOutput.emitWatermark(Watermark.MAX_WATERMARK);
-        }
-    }

Review comment:
       Fixed in a later commit. It was mistakenly removed.




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