Re: JVM Non Heap Memory
Posted by
Daniel Santos on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/JVM-Non-Heap-Memory-tp10373p10376.html
Hello,
Nope I am using Hadoop HDFS, as state backend, Kafka, as source, and
a HttpClient as a Sink, also Kafka as Sink.
So it's possible that the state backend is the culprit?
Curious thing is even when no jobs are running streaming or
otherwise, the JVM Non-HEAP stays the same.
Which I find it odd.
Another curious thing is that it's proportional to an increase of
JVM thread's number.
Whenever there are more JVM threads running there is also more JVM
Non-HEAP being used, which makes sense.
But threads stick around never decreasing, too, likewise JVM
Non-HEAP memory.
These observations described are based on what flink's metrics are
being sent and recorded to our graphite's system.
Best Regards,
Daniel Santos
On 11/29/2016 04:04 PM, Cliff Resnick
wrote:
Are you using the RocksDB backend in native mode?
If so then the off-heap memory may be there.