You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/11/14 19:40:00 UTC

[jira] [Created] (IGNITE-12373) Handshake timeout while opening a channel connection from different nodes

Maxim Muzafarov created IGNITE-12373:
----------------------------------------

             Summary: Handshake timeout while opening a channel connection from different nodes
                 Key: IGNITE-12373
                 URL: https://issues.apache.org/jira/browse/IGNITE-12373
             Project: Ignite
          Issue Type: Bug
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov


Steps to reproduce,
 1. Open transmission sender on the node1
 2. Open transmission sender on the node2
 3. Simultaneously send a file from node1 to node2 and from node2 to node1.

 
{code:java}
[2019-11-14 22:37:41,685][ERROR][async-runnable-runner-1][GridIoManagerFileTransmissionSelfTest$BlockingOpenChannelCommunicationSpi] Failed to read from channel: 
java.nio.channels.AsynchronousCloseException
	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:205)
	at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:407)
	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.safeTcpHandshake(TcpCommunicationSpi.java:3999)
	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createNioSession(TcpCommunicationSpi.java:3536)
	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.openChannel(TcpCommunicationSpi.java:4384)
	at org.apache.ignite.internal.managers.communication.GridIoManagerFileTransmissionSelfTest$BlockingOpenChannelCommunicationSpi.openChannel(GridIoManagerFileTransmissionSelfTest.java:1068)
	at org.apache.ignite.internal.managers.communication.GridIoManager.openChannel(GridIoManager.java:1959)
	at org.apache.ignite.internal.managers.communication.GridIoManager.access$6500(GridIoManager.java:229)
	at org.apache.ignite.internal.managers.communication.GridIoManager$TransmissionSender.connect(GridIoManager.java:3145)
	at org.apache.ignite.internal.managers.communication.GridIoManager$TransmissionSender.send(GridIoManager.java:3244)
	at org.apache.ignite.internal.managers.communication.GridIoManager$TransmissionSender.send(GridIoManager.java:3194)
	at org.apache.ignite.internal.managers.communication.GridIoManagerFileTransmissionSelfTest.lambda$testFileHandlerCrossConnections$1(GridIoManagerFileTransmissionSelfTest.java:314)
	at org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$1(GridTestUtils.java:1039)
	at org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$2(GridTestUtils.java:1095)
	at org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1416)
	at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
{code}



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