[ 
https://issues.apache.org/jira/browse/FLINK-37168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shuyi Chen updated FLINK-37168:
-------------------------------
    Description: 
2 main issues:
- TimerRegistrationAction in unregisteredTimers are not cleared for process 
time stateful pipelines, this will eventually cause JVM OOM. 
- modification in unregisteredTimers can happen in grpc thread and main thread, 
no concurrency control is used to synchronize the operations.

  was:This will cause all TimerRegistrationAction to be accumulated in JVM and 
eventually OOM.


> TimerRegistrationAction in unregisteredTimers is not cleaned up properly 
> after the timers are registered
> --------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-37168
>                 URL: https://issues.apache.org/jira/browse/FLINK-37168
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>    Affects Versions: 2.0.0
>            Reporter: Shuyi Chen
>            Assignee: Shuyi Chen
>            Priority: Major
>
> 2 main issues:
> - TimerRegistrationAction in unregisteredTimers are not cleared for process 
> time stateful pipelines, this will eventually cause JVM OOM. 
> - modification in unregisteredTimers can happen in grpc thread and main 
> thread, no concurrency control is used to synchronize the operations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to