Re: IgniteCache.invoke deadlock example

2019-09-10 Thread Evangelos Morakis
Hi Andrei, Thanks a lot for your reply. Relatively to the dummy code I provided I take it you mean the following ? Cache Person personsCache=... THREAD 1 personsCache.invoke("personKey1", new EntryProcessor() { @Override public Object process(MutableEntryentry, Object... args) { Person

Re: Altered sql table (adding new columns) does not reflect in Spark shell

2019-09-10 Thread Shravya Nethula
Thank you Andrei. Regards, Shravya Nethula, BigData Developer, [cid:ca42104d-9443-490c-87d3-af6f7d4f5077] Hyderabad. From: Andrei Aleksandrov Sent: Tuesday, September 10, 2019 8:22 PM To: user@ignite.apache.org Subject: Re: Altered sql table (adding new

Data from multiple MySQL DBs

2019-09-10 Thread Kurt Semba
Hi all, I need to sync data from multiple MySQL databases into Ignite. All those MySQL databases follow the same schema / same tables but obviously contain different data. They are separate instances of the same DB and we want to pull all that data into Ignite to have a central store to query

Re: Altered sql table (adding new columns) does not reflect in Spark shell

2019-09-10 Thread Andrei Aleksandrov
Hi, Yes, I can confirm that this is the issue. I filed next ticket for it: https://issues.apache.org/jira/browse/IGNITE-12159 BR, Andrei 9/7/2019 10:00 PM, Shravya Nethula пишет: Hi, *I created and altered the table using the following queries: * a. CREATE TABLE person (id LONG, name

Re: Job Stealing node not stealing jobs

2019-09-10 Thread Pascoe Scholle
Thanks for the prompt response. I have looked the WeightedRandomLoadBalancingSpi. It does not look like one can set the number of parallel jobs though and this is big requirement. Also, it is inevitable that there will be nodes which will sit idle, due to the nature of jobs that will be deployed

Re: Job Stealing node not stealing jobs

2019-09-10 Thread Stephen Darlington
I don’t know the answer to your jon stealing question, but I do wonder if that’s the right configuration for your requirements. Why not use the weighted load balancer (https://apacheignite.readme.io/docs/load-balancing )? That’s designed to

Re: Job Stealing node not stealing jobs

2019-09-10 Thread Pascoe Scholle
Hello, is there any update on this? We have not been able to resolve this issue Kind regards On Wed, 04 Sep 2019 at 07:44, Pascoe Scholle wrote: > Hi, > > attached a small scala project. Just set the build path to src after > building and compiling with sbt. > > We want to execute processes

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-10 Thread Shiva Kumar
I have filed a bug https://issues.apache.org/jira/browse/IGNITE-12152 but this is same as https://issues.apache.org/jira/browse/IGNITE-10862 Any idea on the timeline of these tickets? In the documentation https://apacheignite.readme.io/v2.7/docs/expiry-policies it says when native persistence is

Data region LRU offheap algo not working

2019-09-10 Thread rick_tem
Hi, I am trying to find out why it appears the RANDOM_LRU algo doesn't seem to work with the following config. Log attached, as well...after the log of the below... 2019-09-09 11:04:03.557 WARN [sys-stripe-5-#6%TemenosGrid%] IgniteCacheDatabaseSharedManager - Page-based evictions started.