Re: ignite load Cache and cluster warm up

2020-06-01 Thread akorensh
Hi, - loadCache has to be called only after cluster have reached a minimum amount of nodes (currently 3 nodes) You can use events to see when nodes join, or use the cluster api to see how many servers/clients are online, and then call loadCache() cluster api: https://ignite.apache.org/rel

ignite load Cache and cluster warm up

2020-06-01 Thread henrique.arroyo
Hi everyone, I'm developing an application with apache ignite and I'm looking for some help I have an ignite cluster deployment on k8s, currently 3 server nodes and 2 client nodes I'm using a custom implementation of Ignite CacheStore in order to have a database backup of cache data The only sit