ignite persistence size growing

2019-06-11 Thread kvenkatramtreddy
Hi Team, I have enabled persistence with cache eviction of 8 days of creation time. But my persistence data folder is keep on growing. Even we are deleting entries from Caches, but persistence size still growing. Is there way we can clean and reduce the size of persistence. Thanks & Regards,

Seeing this error on ignite - Failed to resolve nodes topology

2019-06-11 Thread Hyma
Hi, We are seeing 'Failed to resolve nodes topology' igniteexception. can someone explain what are the possible rootcauses for coming across this kind of scenario. We start the ignite cluster while the job is in progress and stop it before the job gets completed. Thanks, Hyma. -- Sent from:

Re: Questions on IgniteDataStreamer

2019-06-11 Thread Ilya Kasnacheev
Hello! Can you please at least share the exceptions you are getting? Regards, -- Ilya Kasnacheev сб, 1 июн. 2019 г. в 13:55, Om Thacker : > Hello vbm, > > I am working on the exact same problem. Did you find the solution for the > same. > I am using following code in my client application

Re: Configuration of IndexingSpi per cache?

2019-06-11 Thread Ilya Kasnacheev
Hello! IndexingSpi accepts cache name as 1st argument to all operations, so you are free to decide which caches you want to process. You can create a multiplexing IndexingSpi which will combine multiple IndexingSpi's by cache name. Regards, -- Ilya Kasnacheev пн, 10 июн. 2019 г. в 20:57,

Re: Ignite hangs during shut down - 2.7

2019-06-11 Thread Ilya Kasnacheev
Hello! This looks like the issue https://issues.apache.org/jira/browse/IGNITE-10910 however not exactly. Is it possible to create a reproducer for such behavior? Maybe it is already fixed in master since there was a few tickets regarding deadlocks on node stop. Regards, -- Ilya Kasnacheev пн,

GA algorithm has problem with Large initial population

2019-06-11 Thread majidsalimi
I want to run the default example of apache ignite for Genetic Algorithm for "hello world" sample But when I increase the size of the initial population up to 4, It gives me an error and can't handle this size of data. The error is because of "lake of heap memory" (out of memory). I have

Re: Unable to free disk space after keys are removed in ignite 2.7.0

2019-06-11 Thread Ilya Kasnacheev
Hello! When you delete data from caches, Ignite will likely not free Durable Memory pages, and even if it does, it will likely not "un-commit" memory pages and return them to OS. Then, WAL will usually only grow and db/ will grow too, they will not shrink from the deletion of data from caches.

Re: cache.destroy() vs cache.close()

2019-06-11 Thread foobar2
Thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/