Failed to process selector key (Connection reset by peer)

2021-03-05 Thread erathina
Hi, We have an ignite cluster setup with two ignite servers. At certain times during the week, we get these error messages in a sequence that we believe is causing the JVM Memory size to increase. We have 2gb xmx and xms set using jdk 11. Ignite version used is 2.8.0. We know 2gb is very small but

Loading data to cache using a data streamer

2021-03-05 Thread Josh Katz
Client node gets disconnected while trying to load data to cache using a data streamer... How can we overcome this issue and load data to cache reliably? See Exception call stack: Apache.Ignite.Core.Common.ClientDisconnectedException: Client node disconnected:

Re: [2.10 branch]cpp thin client transaction :Transaction with id 1 not found.

2021-03-05 Thread 38797715
Hello Igor, Thank you very much for your hard work! 在 2021/3/5 下午6:50, Igor Sapego 写道: Guys, I just want to notify you that the issue is fixed and is included in Ignite-2.10 Best Regards, Igor On Thu, Feb 18, 2021 at 3:41 AM 18624049226 <18624049...@163.com >

Re: [2.9.1]Failed to find DHT update future for deferred update response

2021-03-05 Thread 38797715
Hi Ilya, It's not easy to build a reproducible environment, which is probably a problem in use, not necessarily a bug. In particular, I want to know the behavior of DataStreamer in case of node failure and whether it has the function of fail over. 在 2021/3/5 下午8:16, Ilya Kasnacheev 写道:

Re: [2.9.1]Failed to find DHT update future for deferred update response

2021-03-05 Thread Ilya Kasnacheev
Hello! Do you happen to have a reproducer for this issue? I've not seen anything similar. Regards, -- Ilya Kasnacheev ср, 3 мар. 2021 г. в 12:31, 38797715 <38797...@qq.com>: > Hi team, > > When using DataStreamer to write a large amount of data at high speed, if > one server node fails, then

Re: Unable to evict cache entry in all nodes synchronously

2021-03-05 Thread Ilya Kasnacheev
Hello! Do you have a reproducer which shows that entries are still contained in cache after remove/clear? Regards, -- Ilya Kasnacheev пт, 5 мар. 2021 г. в 08:22, ashishg : > Can we get an acknowledgement from all cluster nodes that the cache has > been > updated or cleared? > > > > -- > Sent

Re: Exception while running Select Query in ignite 2.8.1 - Fetched result set was too large

2021-03-05 Thread Ilya Kasnacheev
Hello! Please check out https://lists.apache.org/thread.html/rf9a3f10fb719f9c1e31516992cc624f9898b08857c34b6e5a3a0fc13%40%3Cuser.ignite.apache.org%3E Regards, -- Ilya Kasnacheev чт, 4 мар. 2021 г. в 08:52, Veena : > Hi, > > We are getting below exception execution join query using Cache. >

Re: Ignite hanging with log "TcpCommunicationSpi - TCP client created"

2021-03-05 Thread Ilya Kasnacheev
Hello! This looks like the case of half-open connections with very long retransmits. One host acknowledges that connection has failed when the other does not. Please provide complete logs from both directions. Regards, -- Ilya Kasnacheev чт, 4 мар. 2021 г. в 08:42, swara : > Hi, > > > In

Re: Ignite 2.8.1 ContinuousQueryWithTransformer: ClassCastException on PME

2021-03-05 Thread Ilya Kasnacheev
Hello! Can you please provide a runnable reproducer project? Save me the trouble of pasting all these snippets and writing the boilerplate. Regards, -- Ilya Kasnacheev чт, 4 мар. 2021 г. в 18:21, : > Ilya, unfortunately, I am unable to reproduce this issue in a pet project. > > I have face

Re: [2.10 branch]cpp thin client transaction :Transaction with id 1 not found.

2021-03-05 Thread Igor Sapego
Guys, I just want to notify you that the issue is fixed and is included in Ignite-2.10 Best Regards, Igor On Thu, Feb 18, 2021 at 3:41 AM 18624049226 <18624049...@163.com> wrote: > Hello Ilya, > > https://issues.apache.org/jira/browse/IGNITE-14204 > 在 2021/2/18 上午12:14, Ilya Kasnacheev 写道: > >

Re: ContinuousQuery and injected bean

2021-03-05 Thread mvolkomorov
Initially i need singleton service on single node to collect events from data nodes, and process them localy using my injected bean properties. It seems remoteFilterFactory requires the service to be remote too. Could somebody clarify me how exactly making service properties statical affects on