[jira] [Created] (IGNITE-13590) Node fails with "Node with the same ID was found in node IDs history" after missing TcpDiscoveryNodeAddedMessage

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-13590) Node fails with "Node with the same ID was found in node IDs history" after missing TcpDiscoveryNodeAddedMessage

Anton Vinogradov (Jira)
Pavel Vinokurov created IGNITE-13590:
----------------------------------------

             Summary: Node fails with "Node with the same ID was found in node IDs history" after missing TcpDiscoveryNodeAddedMessage
                 Key: IGNITE-13590
                 URL: https://issues.apache.org/jira/browse/IGNITE-13590
             Project: Ignite
          Issue Type: Bug
          Components: networking
    Affects Versions: 2.8.1
            Reporter: Pavel Vinokurov
         Attachments: TcpDiscoveryMissingNodeAddedMessageTest.class

A new server node sends the join request and  doesn't receive TcpDiscoveryNodeAddedMessage due to network issues.
it retries the join request and fails down with

{code:java}
Caused by: class org.apache.ignite.spi.IgniteSpiException: Node with the same ID was found in node IDs history or existing node in topology has the same ID (fix configuration and restart local node)
{code}

Instead of fail down it could retry joining the cluster after failureDetectionTimeout.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)