I have a cluster of three nodes. I have a cache loader service that I deploy
from my client node which actually invokes a cache store implementation's
loadCache method. The problem is that the service gets executed on all nodes
means every node loads the same data. 

I tried restricting max no of services in cluster to one. But this time also
it got executed in every node. Then I changed my client's host to only one
node and then deployed the service. Then the service got init only once, but
still the cache store got invoked on all three nodes.

Is there a way to solve this without partitioning loading?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to