Denis, Can't say for sure, did not investigate this yet. I'll try to find time next week and get back to you.
On Sat, Sep 22, 2018 at 4:23 AM Denis Magda <dma...@apache.org> wrote: > Pavel, > > Do you think we can get it fixed in 2.7 time frame? > > -- > Denis > > ---------- Forwarded message --------- > From: Ilya Kasnacheev <ilya.kasnach...@gmail.com> > Date: Tue, Sep 18, 2018 at 9:30 AM > Subject: Re: .NET java thread count keeps growing > To: <u...@ignite.apache.org> > > > Hello! > > I can observe the problem that you are describing. I have created a ticket > https://issues.apache.org/jira/browse/IGNITE-9638 > > Regards, > -- > Ilya Kasnacheev > > > пн, 17 сент. 2018 г. в 20:21, Alew <ale...@gmail.com>: > >> Hi, I found a way to reproduce the issue. >> >> I think it is related to .net thread identity. >> >> New .net thread leads to new java thread. >> >> >> >> On 17/09/2018 15:04, Ilya Kasnacheev wrote: >> >> Hello! >> >> You seem to have 3000 threads of form "Thread-NNNN", which is not what >> Ignite usually uses, and they're all empty. >> This is mysterious so I urge you to share the sample reproducer (or, >> barring that, code snippet) that leads to such behavior. >> >> By the way, do you observe any errors in the log? >> >> Regards, >> -- >> Ilya Kasnacheev >> >> >> вс, 16 сент. 2018 г. в 4:09, Alew <ale...@gmail.com>: >> >>> Hi! >>> >>> I have growing java thread count. The application crashes with OOME. The >>> application is very simple, only reading values in a cache. >>> >>> Any suggestion to debug this issue? >>> >>> Ignite 2.4 >>> >>> >>> >>