Zakelly commented on code in PR #25501: URL: https://github.com/apache/flink/pull/25501#discussion_r1805798857
########## flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperatorV2.java: ########## @@ -220,7 +220,7 @@ public void initializeState(StreamTaskStateInitializer streamTaskStateManager) isUsingCustomRawKeyedState()); stateHandler = new StreamOperatorStateHandler(context, getExecutionConfig(), cancelables); - timeServiceManager = context.internalTimerServiceManager(); + timeServiceManager = context.asyncInternalTimerServiceManager(); Review Comment: I think this is not true. We'd better keep `context.internalTimerServiceManager` here, and re-assign `timeServiceManager` in `AbstractAsyncStateStreamOperatorV2` with `asyncInternalTimerServiceManager`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org