Re: .NET java thread count keeps growing

2019-08-19 Thread Denis Magda
Ilya, thanks for bringing up the discussion. Pavel, did you have a chance to asses the problem? Is it specific to asynchronous CQ (as reported on SO) or spans across many APIs? - Denis On Sat, Aug 17, 2019 at 5:16 PM Raymond Wilson wrote: > We have observed a similar problem but have not char

Metastore disappears in Docker on restarts

2019-08-19 Thread Denis Magda
Dmitry G. and Igniters, Seems there is another issue with the metastore that is related to a Docker environment: https://stackoverflow.com/questions/57529702/ignite-persisting-a-set-cannot-find-metadata-for-object-with-compact-footer/57537838#57537838 In short, this exception is generated on a re

Re: Apache Ignite 2.7.6 (Time, Scope, and Release manager)

2019-08-19 Thread Dmitriy Pavlov
Hi Andrey, could you please take a look at https://issues.apache.org/jira/browse/IGNITE-12061 ? Are you comfortable with merging it to release (in rush mode)? Sincerely, Dmitriy Pavlov вс, 18 авг. 2019 г. в 18:12, Dmitriy Pavlov : > Hi Igniters, > > please review release notes for Ignite 2.7.6

Re: .NET java thread count keeps growing

2019-08-19 Thread Pavel Tupitsyn
Denis, the problem is described in https://issues.apache.org/jira/browse/IGNITE-9638 It is not specific to Continuous Queries. It occurs when user code starts new threads a lot and calls Ignite APIs from there (which is not common, since idiomatic .NET code should use built-in thread pool instead).