In this case you can group the nodes using node attributes (IgniteConfiguration.setUserAttributes() property) and implement backup filter for affinity function (RendezvousAffinityFunction.setBackupFilter() property). This filter should return false if two provided nodes are in the same group.
Let me know if you have questions. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-there-a-way-to-configure-the-backup-nodes-for-a-cache-tp6448p6475.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
