Hello,
Can anyone help me to debug?
I had a four node cluster up and running. Brought down all the nodes and tried
starting it again. One of the node is not coming up and not joining the
cluster. It is throwing the below error. What is the reason for below error?.
Verified that IP configuration is fine.
Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to
connect to address [addr=/0:0:0:0:0:0:0:1%lo:47100, err=Remote node ID is not
as expected [expected=fc2bcbe5-2a4b-406b-b60d-69a445f52fd9,
rcvd=fad95ab3-d45f-484d-bf24-e5ffad660ec8]]
at
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3175)
... 16 more
Caused by: class org.apache.ignite.IgniteCheckedException: Remote node ID
is not as expected [expected=fc2bcbe5-2a4b-406b-b60d-69a445f52fd9,
rcvd=fad95ab3-d45f-484d-bf24-e5ffad660ec8]
at
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeHandshake(TcpCommunicationSpi.java:3304)
at
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3046)
... 16 more
Regards,
Priya