[
https://issues.apache.org/jira/browse/FLINK-19005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181704#comment-17181704
]
ShenDa edited comment on FLINK-19005 at 8/21/20, 8:16 AM:
----------------------------------------------------------
[~mapohl] Hi Matthias,
I meet the same problem as [~gestevez] does. To figure out Metaspace leak is
not caused by my code, I specifically submit the word count job. And for every
times, the Metaspace grows up and never release. No matter how large the
Metaspace I configured, the Metaspace OOM will always occur.
was (Author: dadashen):
[~mapohl] Hi Matthias,
I meet the same problem as [~gestevez] does. To figure out Metaspace leak is
not caused by my code, I specifically submit the word count job. And for every
times, the Metaspace grows up and never release until the OOM occurred.
> used metaspace grow on every execution
> --------------------------------------
>
> Key: FLINK-19005
> URL: https://issues.apache.org/jira/browse/FLINK-19005
> Project: Flink
> Issue Type: Bug
> Components: API / DataSet, Client / Job Submission
> Affects Versions: 1.11.1
> Reporter: Guillermo Sánchez
> Assignee: Matthias
> Priority: Major
>
> Hi !
> Im running a 1.11.1 flink cluster, where I execute batch jobs made with
> DataSet API.
> I submit these jobs every day to calculate daily data.
> In every execution, cluster's used metaspace increase by 7MB and its never
> released.
> This ends up with an OutOfMemoryError caused by Metaspace every 15 days and i
> need to restart the cluster to clean the metaspace
> taskmanager.memory.jvm-metaspace.size is set to 512mb
> Any idea of what could be causing this metaspace grow and why is it not
> released ?
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)