Date
1 - 3 of 3
Memory leak in janus graph
Sowmia J <sowm...@...>
Thanks Marc.Will do. On Sat, Oct 10, 2020 at 8:58 AM HadoopMarc <bi...@...> wrote:
|
|
HadoopMarc <bi...@...>
Hi Sowmia, Please read the following issue and see if you can add to the discussion (core developers will see your remarks) or find any workarounds: https://github.com/JanusGraph/janusgraph/issues/1278 Best wishes, Marc Op donderdag 8 oktober 2020 om 20:01:39 UTC+2 schreef Sowmia J: Hi, i'm running a java app which runs a janusgraph server and connects to a cassandra db as it's backend storage.we started seeing java heap issue and GC causing OOM exception. |
|
Sowmia J <sowm...@...>
Hi, i'm running a java app which runs a janusgraph server and connects to a cassandra db as it's backend storage.we started seeing java heap issue and GC causing OOM exception.
we analyzed the dumps and found that cache vertex objects was filling up the memory causing OOM exception to occur. To fix OOM issue many people suggested consider adding frequent commits.I tried that and it was working fine for some days and again we started seeing this issue. By adding frequent commits, i started seeing other issues as well like java.lang.IllegalStateException: Vertex with id 1234 was removed while trying to save a vertex. Can someone please help me how can we avoid this memory leak issue.Any help would be much appreciated. |
|