Re: Ignite 2.7.0 : server node: null pointer exception

2019-07-24 Thread Mahesh Renduchintala
The clients come in and get disconnected from the cluster for many reasons - some intentionally and some due to poor network. Cant have Ignite nodes crashing with null pointer exception.

Re: Ignite 2.7.0 : server node: null pointer exception

2019-07-24 Thread Denis Magda
Igor, thanks for looking into this. Even if the root cause is on an application end, our code mustn't generate an NPE. Ignite dev community and *Ivan Rakov* in particular, have you seen this before? Should we file a ticket or the issue has already been resolved? - Denis On Wed, Jul 24, 2019 at

Re: Threadpools and .WithExecute() for C# clients

2019-07-24 Thread Denis Magda
Pavel, Do we already have a ticket or do you want me to create one? - Denis On Wed, Jul 24, 2019 at 1:21 AM Pavel Tupitsyn wrote: > Denis, yes, looks like a simple thing to add. > > On Tue, Jul 23, 2019 at 10:38 PM Denis Magda wrote: > >> Looping in the dev list. >> >> Pavel, Igor and other

Re: onheapCacheEnabled enormous heap consumption

2019-07-24 Thread Andrey Dolmatov
Thanks! It was unclear for me. On Sun, Jul 14, 2019, 10:59 AM Павлухин Иван wrote: > Andrey, > > Yes it is a little bit complicated for understanding. > > CacheConfiguration.evictionPolicy takes it roots back in history where > there were neither offheap nor persisence, cache data was stored in

log4J Configuration Ignored

2019-07-24 Thread simon.keen
Hello, I'm new to Ignite and am trying to setup log4j logging for an Ignite node. I'm adding the dependency as follows: org.apache.ignite ignite-log4j 2.7.5 My log 4J is as follows:

Re: Ignite 2.7.0 : server node: null pointer exception

2019-07-24 Thread Игорь Беляков
Hi, According to the logs I see that you've an issue with JVM pauses and nodes disconnection, seems like it is a cause of the problem. Are you able to reproduce this issue? Also log contains data only for the last 15 seconds and for 1 node, could you please provide full logs from all nodes in the

Re: Cache Query Filter Logic

2019-07-24 Thread Игорь Беляков
Hi Raja, To use TextQuery you should apply @QueryTextField annotation for "name" field in your "Fund" model. Regards, Igor On Tue, Jul 23, 2019 at 9:39 PM raja24 wrote: > Hi, > > I'm new to Apache Ignite and doing a POC with Cache Query filter and didn't > work. > My code is as below and sure

Re: Threadpools and .WithExecute() for C# clients

2019-07-24 Thread Pavel Tupitsyn
Denis, yes, looks like a simple thing to add. On Tue, Jul 23, 2019 at 10:38 PM Denis Magda wrote: > Looping in the dev list. > > Pavel, Igor and other C# maintainers, this looks like a valuable extension > of our C# APIs. Shouldn't this be a quick addition to Ignite? > > - > Denis > > > On Mon,