Failover

When distributed Ignite is used, the data is saved across the whole grid. If the instance hosting a session is stopped, that session data will be lost and all subsequent requests for that session will fail. To achieve failover, you need to set parameter numberOfBackups under Affinium|Interact|cacheManagement|Cache Managers|Ignite|Parameter Data. Its value is the number of backup copies of the data in the cache. A higher value will have better failover protection and better read performance with the cost of lower write performance. Therefore, it should be chosen based on the use cases.