Hi, I have a service that needs to be deployed in a cluster of three nodes. But I want only one node to run it. How can I restrict it? I have tried setting
1)maxPerNodeCount=1 and totalCount=1
2)totalCount=1
Still on all nodes the service is getting run.
Also, what is the equivalent to services.deployClusterSingleton() in
IgniteConfigruation.xml?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
