Re: Ignite Client getting OOM, GridAffinityProcessor grows in size

2019-03-27 Thread Stanislav Lukyanov
The memory leak looks very much like https://issues.apache.org/jira/browse/IGNITE-7918. Can you check on 2.7? Stan -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Client getting OOM, GridAffinityProcessor grows in size

2019-02-04 Thread Vincent
It looks like this happens when the connection is lost to the ignite servers from my clients. we use a internal vert.x event bus which seems to fail when ignite fails. Can it be that ignite does something to the thread when a disconnect happens. At first i had a vert.x event loop and merged the

Ignite Client getting OOM, GridAffinityProcessor grows in size

2019-01-21 Thread Vincent
Hi, When running for some time handling a constant load of 1.5K or more my application blows up with a OOM. org.apache.ignite.internal.processors.affinity.GridAffinityProcessor is taking up 96+% of memory in my application. It's a client so i do not undrestand why the application accumulates