I have setup NXRM HA-C with docker and I have three nodes with NXRM running in the containers. I have configured hazelcast-network.xml and seems to be everything looks good. However, I am getting this sort of errors in the log:
2019-08-28 17:31:23,959+0000 INFO [hz.nexus.IO.thread-Acceptor] Node-1 *SYSTEM com.hazelcast.nio.tcp.TcpIpConnectionManager - [172.21.0.2]:5701 [nexus] [3.10.3] Established socket connection between /172.21.0.2:5701 and /10.79.0.55:38805
2019-08-28 17:31:23,959+0000 WARN [hz.nexus.IO.thread-in-0] Node-1 *SYSTEM com.hazelcast.nio.tcp.TcpIpConnectionManager - [172.21.0.2]:5701 [nexus] [3.10.3] Wrong bind request from [172.21.0.2]:5701! This node is not the requested endpoint: [10.79.0.225]:5701
2019-08-28 17:31:23,959+0000 INFO [hz.nexus.IO.thread-in-0] Node-1 *SYSTEM com.hazelcast.nio.tcp.TcpIpConnection - [172.21.0.2]:5701 [nexus] [3.10.3] Connection[id=7157, /172.21.0.2:5701->/10.79.0.55:38805, endpoint=null, alive=false, type=MEMBER] closed. Reason: Wrong bind request from [172.21.0.2]:5701! This node is not the requested endpoint: [10.79.0.225]:5701
It appears, that the node can’t join as a member.