[ https://issues.apache.org/jira/browse/FLINK-37086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-37086: ----------------------------------- Labels: pull-request-available (was: ) > State leaks for JDBC state store after job is stopped > ----------------------------------------------------- > > Key: FLINK-37086 > URL: https://issues.apache.org/jira/browse/FLINK-37086 > Project: Flink > Issue Type: Bug > Components: Autoscaler > Reporter: Rui Fan > Assignee: Gyula Fora > Priority: Major > Labels: pull-request-available > Fix For: kubernetes-operator-1.11.0 > > > {{JobAutoScalerImpl#cleanup}} calls > {{{}AutoScalerStateStore#removeInfoFromCache w{}}}hen one job is stopped. It > doesn't clean the data from physical storage. For example: > * JdbcAutoScalerStateStore doesn't clean data from database > * KubernetesAutoScalerStateStore doesn't clean data from Config Map > But the configmap will be deleted automatically when deleting a custom > resource, so config map isn't leaked. -- This message was sent by Atlassian Jira (v8.20.10#820010)