Zakelly commented on code in PR #25993:
URL: https://github.com/apache/flink/pull/25993#discussion_r1917779365


##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/InternalTimeServiceManagerImpl.java:
##########
@@ -156,6 +159,15 @@ public <N> InternalTimerService<N> getInternalTimerService(
         return timerService;
     }
 
+    <N> InternalTimerServiceImpl<K, N> restoreTimeService(
+            String name, TimerSerializer<K, N> timerSerializer) {
+        if (priorityQueueSetFactory instanceof AsyncKeyedStateBackend) {

Review Comment:
   How about adding `isAsyncState` as a member of this manager? Add pass this 
in via `create`



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