You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Roman Khachatryan (Jira)" <ji...@apache.org> on 2019/12/06 14:11:00 UTC

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

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)