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://10.0.0.1:6000;10.0.0.2:6000;;10.0.0.2:6000;10.0.0.2:6000/"/>
<property name="be.engine.cluster.as.listen.url"
value="tcp://10.0.0.1:6000;10.0.0.2:6000;10.0.0.2:6000;10.0.0.2:6000/"/>
<property name="be.mm.cluster.as.listen.url"
value="tcp://10.0.0.1:6000;10.0.0.2:6000;;10.0.0.2:6000; 10.0.0.2:6000/"/>
</property-group>