[
https://issues.apache.org/jira/browse/FLINK-17493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105018#comment-17105018
]
Xintong Song commented on FLINK-17493:
--------------------------------------
[~nobleyd],
Thanks for reporting this issue.
I noticed that the ticket is created with "Affects Version/s: 1.9.3, 1.10.0".
Have you tried both versions and encountered the same problem?
I think we would need to look into the dumps to confirm which part caused the
memory leak. Could you provide the dumps?
[~monika.h],
What Flink version do you use when encounter this problem? Are you also using
the Cassandra sink?
It would be helpful if you can also provide the dumps. Thanks.
> Possible direct memory leak in cassandra sink
> ---------------------------------------------
>
> Key: FLINK-17493
> URL: https://issues.apache.org/jira/browse/FLINK-17493
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Cassandra
> Affects Versions: 1.9.3, 1.10.0
> Reporter: nobleyd
> Priority: Major
>
> # Cassandra Sink use direct memorys.
> # Start a standalone cluster(1 machines) for test.
> # After the cluster started, check the flink web-ui, and record the task
> manager's memory info. I mean the direct memory part info.
> # Start a job which read from kafka and write to cassandra using the
> cassandra sink, and you can see that the direct memory count in 'Outside JVM'
> part go up.
> # Stop the job, and the direct memory count is not decreased(using 'jmap
> -histo:live pid' to make the task manager gc).
> # Repeat serveral times, the direct memory count will be more and more.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)