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
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
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
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).