Re: .net thin client taking time to establish connection to server node

2019-09-19 Thread siva
Hi, *Check CPU and RAM usage on the server* Cpu utilization upto 20% max RAM More than half memory free *Try increasing thread pool size further* Increased to 24 threads Found issue but not sure,like if any exception in executing query ,in that time period other clients try to connect ,in tha

Re: .net thin client taking time to establish connection to server node

2019-09-19 Thread Pavel Tupitsyn
Exceptions should not cause a slowdown. Can you please provide a minimal reproducer? On Thu, Sep 19, 2019 at 10:41 AM siva wrote: > Hi, > > *Check CPU and RAM usage on the server* > Cpu utilization upto 20% max > RAM More than half memory free > > > *Try increasing thread pool size further* > In

Re: .NET java thread count keeps growing

2019-09-19 Thread Pavel Tupitsyn
Good news, everyone, I've found a straightforward fix for this, cross-platform and in pure C#. Will be included in Ignite 2.8. Details in the ticket. Thanks On Mon, Aug 19, 2019 at 11:20 PM Pavel Tupitsyn wrote: > Denis, the problem is described in > https://issues.apache.org/jira/browse/IGNITE

distributed sql join not working as mentioned in documentation

2019-09-19 Thread Shiva Kumar
Hi all, I am trying to do a simple cross join on two tables with non-collocated data (without affinity key), This non-collocated distributed join always fails with the error message: *"java.sql.SQLException: javax.cache.CacheException: Failed to prepare distributed join query: join condition does

@SpringResource annotation is not injecting

2019-09-19 Thread vitalys
hi, I am trying to Inject an object in my Ignite application using @SpringResource annotation. On the startup of the application I can see ( in debug mode ) that an object that I define in my "ignite-server-config.xml" is being initialized. However when I am trying to inject it in my application i

Re: DataStreamer addData takes lot of time after 500 million writes

2019-09-19 Thread Павлухин Иван
Hi, Is the problem specific to DataStreamer? Will the problem disappear if insert the same data using IgniteCache.put (or putAll batches)? вс, 15 сент. 2019 г. в 15:49, KR Kumar : > > Hi all - Why data streamer take lot of time randomly after 500+ million > writes, it frequently and very consis

Grid suddenly went in bad state

2019-09-19 Thread Abhishek Gupta (BLOOMBERG/ 731 LEX)
Hello, I've got a 6 node grid with maxSize (dataregionconfig) set to 300G each. The grid seemed to be performing normally until at one point it started logging "Partition states validation has failed for group" warning - see attached log file. This kept happening for about 3 minutes and t

Re: .NET java thread count keeps growing

2019-09-19 Thread Raymond Wilson
Thanks Pavel! Will look out for it :) On Fri, Sep 20, 2019 at 12:52 AM Pavel Tupitsyn wrote: > Good news, everyone, I've found a straightforward fix for this, > cross-platform and in pure C#. > Will be included in Ignite 2.8. Details in the ticket. > > Thanks > > On Mon, Aug 19, 2019 at 11:20 P

Re:Grid suddenly went in bad state

2019-09-19 Thread Abhishek Gupta (BLOOMBERG/ 731 LEX)
Attached now. From: Abhishek Gupta (BLOOMBERG/ 731 LEX) At: 09/19/19 18:17:18To: user@ignite.apache.org Subject: Grid suddenly went in bad state Hello, I've got a 6 node grid with maxSize (dataregionconfig) set to 300G each. The grid seemed to be performing normally until at one point it