Got it. It looks like each application instance should pick on of the nodes and always send computation closures to that node. In case this node crashes, it should switch to another node. I think you can also consider using replicated cache for this - this way you will have the whole data set on all nodes.
Is this what you're looking for? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/data-isolation-tp670p698.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
