[jira] [Created] (FLINK-15109) InternalTimerServiceImpl references restored state after use, taking up resources unnecessarily

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-15109) InternalTimerServiceImpl references restored state after use, taking up resources unnecessarily

Shang Yuanchun (Jira)
Roman Khachatryan created FLINK-15109:
-----------------------------------------

             Summary: InternalTimerServiceImpl references restored state after use, taking up resources unnecessarily
                 Key: FLINK-15109
                 URL: https://issues.apache.org/jira/browse/FLINK-15109
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Task
    Affects Versions: 1.9.1
            Reporter: Roman Khachatryan


E.g. org.apache.flink.streaming.api.operators.InternalTimerServiceImpl#restoredTimersSnapshot:
 # written in restoreTimersForKeyGroup()

 # used in startTimerService()

 # and then never used again.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)