Question on ports exposed in kubernetes setup

2018-02-11 Thread Vishwas Bm
Hi, I have setup ignite on kubernetes using this link . The setup is ready, I wanted to try few curl commands as mentioned in this link . As per the ignite kubernetes setup guide, the rest por

Re: slow query performance against berkley db

2018-02-11 Thread Rajesh Kishore
Dear all Request you to kindly suggest me if my approach is wrong ? The idea of replacing berkley db with Ignite would not work out if the query is slow , whats the best model to be used with Ignite for my usecase. Thanks, Rajesh On Fri, Feb 9, 2018 at 9:38 AM, Rajesh Kishore wrote: > Igniters

Re: Ignite with Spring Cache on K8S, eviction problem

2018-02-11 Thread Vinokurov Pavel
Spring creates a composite key that might be not suitable for the distributed Ignite cache. You could use the custom composite key using concatenation #user+ " - "+#id. 2018-02-09 17:50 GMT+03:00 lukaszbyjos : > Hi. I have k8s cluster with one ignite server and few services as clients. > I have

Timeout while running checkpoint

2018-02-11 Thread Josephine Barboza
Hi, I'm constantly seeing a lot of information logs after setting up a cluster in ignite of two nodes Skipping checkpoint (no pages were modified) [checkpointLockWait=0ms, checkpointLockHoldTime=1ms, reason='timeout'] Why could the process be timing out? I am using persistent store configuratio

Re: Timeout while running checkpoint

2018-02-11 Thread Vinokurov Pavel
Hi, The timeout could be caused by value PersistentStoreConfiguration#checkpointFreq parameter. Have you overrided *checkpointFreq* config parameter? 2018-02-12 10:05 GMT+03:00 Josephine Barboza : > Hi, > > I’m constantly seeing a lot of information logs after setting up a cluster > in ignite of

Add ignite jars using maven

2018-02-11 Thread Rajarshi Pain
Hi, Previously i was manually adding all the jars to my build path, now i am using maven to do this. Is there any way to add all ignite jars with it's dependency in to the project? Or i have to add one by into the pom file? -- Thanks Rajarshi

RE: Timeout while running checkpoint

2018-02-11 Thread Josephine Barboza
No I haven’t overridden checkpointFreq value. From: Vinokurov Pavel [mailto:vinokurov.pa...@gmail.com] Sent: Monday, February 12, 2018 1:03 PM To: user@ignite.apache.org Subject: Re: Timeout while running checkpoint Hi, The timeout could be caused by value PersistentStoreConfiguration#checkpoin

Re: Add ignite jars using maven

2018-02-11 Thread Vinokurov Pavel
I think the right way is to add dependencies into the pom file. 2018-02-12 10:37 GMT+03:00 Rajarshi Pain : > Hi, > > > Previously i was manually adding all the jars to my build path, now i am > using maven to do this. Is there any way to add all ignite jars with it's > dependency in to the projec