[
https://issues.apache.org/jira/browse/FLINK-17308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann resolved FLINK-17308.
-----------------------------------
Resolution: Fixed
Fixed via
1.11.0:
bf0cfa606487c742a38cfccfee780a613894a8d8
3635b54c7b49ea48936ae4baff91a20a96e2f96c
08025ec5d59659adea517d3f363abedd00c4fe7c
851420014584fdfd91308937cd913917c11cf4bd
1.10.1:
138b3501a9143da8992bd35af04d43a97cadb31a
c4ec62f57884f27573026c72db9bc00e14329d0e
ba6b23bc13cbe391a04089856cc6a64f4555f4f9
74c29879810c64100534e7892b5edc6e03bdc2d9
1.9.4:
aa6966bfe48bcdf3d9705815643d047a13032dd2
eb753382ca247ce4a03e5eb70a3373eefefea4b6
d90ec148e5299bf5d4b1d1cf79eb453dccbb96c5
244ca6687e1cdfa6411333511991dee46553b696
> ExecutionGraphCache cachedExecutionGraphs not cleanup cause OOM Bug
> -------------------------------------------------------------------
>
> Key: FLINK-17308
> URL: https://issues.apache.org/jira/browse/FLINK-17308
> Project: Flink
> Issue Type: Bug
> Components: Runtime / REST
> Affects Versions: 1.9.0, 1.9.1, 1.9.2, 1.10.0
> Reporter: yujunyong
> Assignee: Till Rohrmann
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.10.1, 1.11.0, 1.9.4
>
>
> class org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache will
> cache job execution graph in field
> "cachedExecutionGraphs" when call method
> "getExecutionGraph", but never call it's
> cleanup method in flink. it's cause JobManager Out of Memory, When submit a
> lot of batch job and fetch these job's info. becasue these operation cache
> all these job execution graph and "cleanup" method never called
--
This message was sent by Atlassian Jira
(v8.3.4#803005)