For example, if the Core Engine instance 1 is running on Machine C, Core Engine instance 2 is running on Machine D, Cache Agent instance 1 is running on Machine C, Cache Agent instance 2 is running on Machine D, Cache Cleanup Agent instance 1 is running on Machine C, cleanup agent instance 2 is running on Machine D, Global Throttle Manager instance 1 is running on Machine E, Global Throttle Manager instance 2 is running on Machine F, then set the URL as follows, where
port1
is an unused port:
<property-group comment="" name="cluster">
<property name="be.engine.cluster.as.discover.url"
value="tcp://Machine C_IP_address:port1;Machine D_IP_address:port1;
Machine E_IP_address:port1;
Machine F_IP_address:port1/"/>
</property-group>