Hi Jason, 1. You can simply use Ignition.ignite() method to get local Ignite instance. 2. AffinityFunction is not synchronized, that's the point. It has to be deterministic and return consistent results on all the nodes. 3. I recommend to group nodes using attributes (IgniteConfiguration.setUserAttributes() property) and use them in the backup filter. Basically, the filter should return false if both provided nodes are in the same group.
Hope this helps. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-use-the-logger-in-the-BackupFilter-tp6442p6477.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
