[ 
https://issues.apache.org/jira/browse/IGNITE-9184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571580#comment-16571580
 ] 

Ilya Lantukh commented on IGNITE-9184:
--------------------------------------

Discovered the following exception while running this test, but it wasn't 
present in attached log.
{code}
class org.apache.ignite.IgniteCheckedException: Failed to connect to node (is 
node still alive?). Make sure that each ComputeTask and cache Transaction has a 
timeout set in order to prevent parties from waiting forever in case of network 
issues [nodeId=c7cb7c10-a793-407a-9300-2693757d26fe, 
addrs=[/0:0:0:0:0:0:0:1:47101, /127.0.0.1:47101, /172.25.4.114:47101]]
        at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3439)
        at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createNioClient(TcpCommunicationSpi.java:2967)
        at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.reserveClient(TcpCommunicationSpi.java:2850)
        at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage0(TcpCommunicationSpi.java:2693)
        at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage(TcpCommunicationSpi.java:2652)
        at 
org.apache.ignite.internal.managers.communication.GridIoManager.send(GridIoManager.java:1643)
        at 
org.apache.ignite.internal.managers.communication.GridIoManager.sendToGridTopic(GridIoManager.java:1715)
        at 
org.apache.ignite.internal.processors.cache.GridCacheIoManager.sendNoRetry(GridCacheIoManager.java:1282)
        at 
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.sendAllPartitions(GridCachePartitionExchangeManager.java:1081)
        at 
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.refreshPartitions(GridCachePartitionExchangeManager.java:1053)
        at 
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ResendTimeoutObject$1.run(GridCachePartitionExchangeManager.java:2771)
        at 
org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:6800)
        at 
org.apache.ignite.internal.processors.closure.GridClosureProcessor$1.body(GridClosureProcessor.java:827)
        at 
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
connect to address [addr=/0:0:0:0:0:0:0:1:47101, err=Remote node ID is not as 
expected [expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3442)
                ... 16 more
        Caused by: class 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$HandshakeException: 
Remote node ID is not as expected 
[expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3659)
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3293)
                ... 16 more
        Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
connect to address [addr=/0:0:0:0:0:0:0:1:47101, err=Remote node ID is not as 
expected [expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3442)
                ... 16 more
        Caused by: class 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$HandshakeException: 
Remote node ID is not as expected 
[expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3659)
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3293)
                ... 16 more
        Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
connect to address [addr=/0:0:0:0:0:0:0:1:47101, err=Remote node ID is not as 
expected [expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3442)
                ... 16 more
        Caused by: class 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$HandshakeException: 
Remote node ID is not as expected 
[expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3659)
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3293)
                ... 16 more
        Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
connect to address [addr=/0:0:0:0:0:0:0:1:47101, err=Remote node ID is not as 
expected [expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3442)
                ... 16 more
        Caused by: class 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$HandshakeException: 
Remote node ID is not as expected 
[expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3659)
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3293)
                ... 16 more
        Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
connect to address [addr=/0:0:0:0:0:0:0:1:47101, err=Remote node ID is not as 
expected [expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3442)
                ... 16 more
        Caused by: class 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$HandshakeException: 
Remote node ID is not as expected 
[expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3659)
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3293)
                ... 16 more
        Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
connect to address [addr=/127.0.0.1:47101, err=Remote node ID is not as 
expected [expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3442)
                ... 16 more
        Caused by: class 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$HandshakeException: 
Remote node ID is not as expected 
[expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3659)
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3293)
                ... 16 more
        Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to 
connect to address [addr=/172.25.4.114:47101, err=Remote node ID is not as 
expected [expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3442)
                ... 16 more
        Caused by: class 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$HandshakeException: 
Remote node ID is not as expected 
[expected=c7cb7c10-a793-407a-9300-2693757d26fe, 
rcvd=15f11c3b-9a53-4c2a-b9a9-3ff4ba2f425a]
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3659)
                at 
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3293)
                ... 16 more
{code}

> Cluster hangs during concurrent node restart and continues query registration
> -----------------------------------------------------------------------------
>
>                 Key: IGNITE-9184
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9184
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.6
>            Reporter: Mikhail Cherkasov
>            Assignee: Mikhail Cherkasov
>            Priority: Blocker
>             Fix For: 2.7
>
>         Attachments: StressTest.java, logs, stacktrace
>
>
> Please check the attached test case and stack trace.
> I can see: "Failed to wait for initial partition map exchange" message.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to