Hi,

Suppose I have three server nodes and using ignite in standalone manner. I
have configured a service for loading my data into cache in all nodes, but
expects only one of them to actually deploy the service as a cluster
singleton.

1. How do I tell my service to execute its execute method only after all
nodes are up and the cluster is activated? Can I do this without another
client node? 

2. The service will be started up (invokes init method) when the first node
starts up. Can I also do this only when the cluster is active without doing
this through a client node?




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

Reply via email to