[
https://issues.apache.org/jira/browse/SPARK-27021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16996445#comment-16996445
]
roncenzhao commented on SPARK-27021:
------------------------------------
[~attilapiros] Thank you.
We have one problem about the memory leak of `StreamState` in
`OneForOneStreamManager` which cause the `NodeManager` OOM. Most of the memory
in NM is used by `StreamState`, like this:
!image-2019-12-14-23-23-50-384.png!
This may be caused by the shuffle service because we find the `StreamState`
include some application which were already finished. Would you have any idea
about this problem? Thanks~
> Leaking Netty event loop group for shuffle chunk fetch requests
> ---------------------------------------------------------------
>
> Key: SPARK-27021
> URL: https://issues.apache.org/jira/browse/SPARK-27021
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 2.4.0, 2.4.1, 3.0.0
> Reporter: Attila Zsolt Piros
> Assignee: Attila Zsolt Piros
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: image-2019-12-14-23-23-50-384.png
>
>
> The extra event loop group created for handling shuffle chunk fetch requests
> are never closed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]