rkhachatryan commented on a change in pull request #15146:
URL: https://github.com/apache/flink/pull/15146#discussion_r594691834



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OneInputStreamTask.java
##########
@@ -143,7 +143,8 @@ private CheckpointedInputGate createCheckpointedInputGate() 
{
                 inputGates,
                 getEnvironment().getMetricGroup().getIOMetricGroup(),
                 getTaskNameWithSubtaskAndId(),
-                mainMailboxExecutor);
+                mainMailboxExecutor,
+                timerService);

Review comment:
       It's cerntainly not a general case but I'm wouldn't be sure that it 
can't happen in some setups.
   And if it's easy to fix and doesn't add overhead then why not to do it?




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


Reply via email to