Re: ContinuousQueryWithTransformer fails to deliver an update when a custom java class is being used as a transformed value

2021-02-10 Thread Ivan Fedorenkov
gt; Hi Ilya, >> >> Sure, the complete code could be found here: >> https://github.com/ifedorenkov-tda/ignite-experiments/tree/continuous-query-with-transformer-missing-events >> Just start 3-4 server nodes and then 1 client node. >> >> Best regards, >&g

Re: SQL EXPLAIN ANALYZE

2021-06-23 Thread Ivan Fedorenkov
https://issues.apache.org/jira/browse/IGNITE-14981 чт, 17 июн. 2021 г. в 14:51, Ilya Kasnacheev : > Hello! > > This is unfortunate. Do we have a ticket for it? > > As a workaround, one may set query warning timeout to 1 ms and then see > these detailed messages in the log. > > Regards, > -- > Ily

Re: Apache Ignite 2.8.0: Node Metrics System View doesn't exist

2020-04-30 Thread Ivan Fedorenkov
on? >>> >>> Reference to SO question: >>> >>> https://stackoverflow.com/questions/61410519/apache-ignite-2-8-0-node-metrics-system-view-doesnt-exist/61461243 >>> >>> >>> Best regards, >>> Ivan Fedorenkov >>> >>> >>> >>> >>> -- >>> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >>> >>

Ignite 2.8.0: ConcurrentModificationException on attempt to do put into cache

2020-05-26 Thread Ivan Fedorenkov
DhtAtomicCache.update(GridDhtAtomicCache.java:2097) at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.updateAllAsyncInternal0(GridDhtAtomicCache.java:1914) ... 28 more Best regards, Ivan Fedorenkov

Re: Ignite 2.8.0: ConcurrentModificationException on attempt to do put into cache

2020-05-26 Thread Ivan Fedorenkov
Thank you, Alex! There are no other warning or error messages in ignite log around that time. Nodes were stable. Though I can provide a full log and the source code of the entity, I can see that the "pendingEvts" field of the " CacheContinuousQueryHandler" class is being used without a lock. Could

Re: Ignite 2.8.0: ConcurrentModificationException on attempt to do put into cache

2020-05-27 Thread Ivan Fedorenkov
gging, especially for > org.apache.ignite.internal.processors.cache.query.continuous > > Regards, > -- > Ilya Kasnacheev > > > ср, 27 мая 2020 г. в 09:17, Ivan Fedorenkov : > >> Thank you, Alex! >> >> There are no other warning or error messages in ignite log around that >> time. Nodes were stab