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,
Ve
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: h
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 whi
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, xero
Hello!
Maybe this answer is relevant:
https://stackoverflow.com/questions/51957980/you-have-defined-query-method-in-the-repository-but-you-dont-have-any-query-loo
Otherwise, I think that @Query will expect SQL queries in their value.
Regards,
--
Ilya Kasnacheev
пн, 10 июн. 2019 г. в 13:06, Pe
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
пн,
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 increa
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. Dr
Thanks
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/