Hi all,

I'm trying to configure my Ignite nodes in such a way that:
Node1 sees Node 3 but does not see Node 2
Node2 sees Node 3 but does not see Node 1
Node3 sees Node 1 & 2

You can find the code here:

Test.java
<http://apache-ignite-users.70518.x6.nabble.com/file/n11957/Test.java>  

However the output is as follows:

Node 1: 1
Node 2: 2
Node 3: 2

For some reason, after multiple runs, Node 3 consistently only detects one
of Node1 and Node2.

Am I missing any configuration to ensure the detection of both nodes by Node
3?

Thanks,
Ramzinator



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-Node-Discovery-IP-config-tp11957.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to