Re: Ignite Backup doubts

2018-06-08 Thread dkarachentsev
Hi, 1. By default get() will read backups if node, on which it's invoked is affinity node. In other words, if current node has backups, Ignite prefer to read local data from backup rather requesting primary node over network. This can be changed by setting

Ignite Backup doubts

2018-06-08 Thread the_palakkaran
Hi, I have 3 nodes. I have my caches on heap enabled. Also I have persistence enabled. I have configured 2 backups for each cache. As I understand, I can use RendezvousAffinityFunction to exclude neighbors, so that backup of a cache in Node-1 on a Machine-1 will be stored in a machine other