Re: Apache-ignite cluster taking too long to start , its taking around one hour to start

2021-03-09 Thread mohammed.afzal
i configured ignite cluster using 3 nodes , to form cluster its taking 1 hour for all nodes to form. i have this setup : node -1 : os - windows 10 RAM -15GB node - 2 : os -windows 10 RAM 12GB node - 3: os -windows 10 RAM 12GB here are the few logs -TCP discovery accepted incoming connection

Apache-ignite taking too long to start , its taking around one hour to start

2021-03-09 Thread mohammed.afzal
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Async operations in IA C# client appear dangeroud

2021-03-09 Thread Raymond Wilson
Title correction: Async operations in IA C# client appear dangerous On Wed, Mar 10, 2021 at 6:05 PM Raymond Wilson wrote: > We are using IA 2.8.1 with the C# client. > > After triaging intermittent critical thread blockages we determined we > have run into this problem reported back in 2019. >

Async operations in IA C# client appear dangeroud

2021-03-09 Thread Raymond Wilson
We are using IA 2.8.1 with the C# client. After triaging intermittent critical thread blockages we determined we have run into this problem reported back in 2019. http://apache-ignite-users.70518.x6.nabble.com/Replace-or-Put-after-PutAsync-causes-Ignite-to-hang-td27871.html This thread contains

Using AsCacheQueryable in LINQ to access the cache

2021-03-09 Thread Josh Katz
We are trying to query the cache using Ignite.LINQ NUGET package in .NET. Error: IgniteSQLException: Failed to parse query. Table "EquitiesYoY" not found When using AsCacheQueryable with a Where on a key property. We get the following exception that the table is not there even though I can see

Cache group setting not taking effect

2021-03-09 Thread joaogoncalves1
I am trying to take an Ignite cluster to production but so far we have hit a lot of performance issues and are in the process of tuning configurations. Use case: Our application uses the JdbcThinClient to create temporary tables that hold partial results. We then join all those tables into one

Re: Loading data to cache using a data streamer

2021-03-09 Thread Ilya Kasnacheev
Hello! Does it work with a smaller batch? My guess is that you end up consuming too much resources and then the cluster falls apart. Regards, -- Ilya Kasnacheev сб, 6 мар. 2021 г. в 00:59, Josh Katz : > Client node gets disconnected while trying to load data to cache using a > data streamer…

Re: Loading data to cache using a data streamer

2021-03-09 Thread Pavel Tupitsyn
Josh, Do you have a reproducer for this issue? Can you please attach logs from all nodes? On Sat, Mar 6, 2021 at 12:59 AM Josh Katz < josh.katz.contrac...@dodgeandcox.com> wrote: > Client node gets disconnected while trying to load data to cache using a > data streamer… > > > > How can we

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

2021-03-09 Thread jjimeno
Hello, I've already tested it and it works like a charm... Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/