Hello,
I would recommend you to use
org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder for
this needs. Is there any specific reason for binding server node to loopback
address?
Another option is to define different multicastGroup for your current
implementation and get rid of adresses in ip finder:
<bean
class="org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder">
<property name="multicastGroup" value="228.11.11.158"/>
</bean>
Regards,
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/