kevin wrote > Sorry, I meant to ask specifically about the TcpDiscoveryVmIpFinder. In > this case, where would the shared storage be (in memory in the grid?) The > list of IP addresses are pre-configured on the IP Finder, so a new node > would have the list of IPs already before trying to join the topology. Is > the shared flag and the registerAddresses/unregisterAddresses in the > TcpDiscoveryVmIpFinder not really used for anything then?
TcpDiscoveryVmIpFinder in shared mode can be used only to start several nodes within one JVM. By default it's not shared and simply uses the list of addresses provided locally in the configuration, so it doesn't actually registers or unregisters addresses. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/TcpDiscoveryIpFinder-shared-register-unregister-addresses-tp1275p1321.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
