You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Max Shonichev (JIRA)" <ji...@apache.org> on 2018/05/03 12:05:00 UTC

[jira] [Updated] (IGNITE-8431) createTcpClient crash when starting two local nodes with different IP, but same ports

     [ https://issues.apache.org/jira/browse/IGNITE-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Shonichev updated IGNITE-8431:
----------------------------------
    Attachment: disco-tcp.xml

> createTcpClient crash when starting two local nodes with different IP, but same ports
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-8431
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8431
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.5
>            Reporter: Max Shonichev
>            Priority: Major
>         Attachments: 2.4-base.xml, caches.xml, disco-tcp.xml, server.xml
>
>
> node #1 (server) starts on 127.0.1.1, 
> node #2 (client) starts on 127.0.1.2
> for both nodes, corresponding IP address set as 'localHost' in the configuration.
> however, upon starting, client immediately asserts with following stack trace:
> {noformat}
> java.lang.AssertionError
> 	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createTcpClient(TcpCommunicationSpi.java:3446)
> 	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.createNioClient(TcpCommunicationSpi.java:2958)
> 	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.reserveClient(TcpCommunicationSpi.java:2841)
> 	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage0(TcpCommunicationSpi.java:2692)
> 	at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage(TcpCommunicationSpi.java:2651)
> 	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.send(GridCacheIoManager.java:1160)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.sendLocalPartitions(GridDhtPartitionsExchangeFuture.java:1468)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.clientOnlyExchange(GridDhtPartitionsExchangeFuture.java:1071)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:723)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2419)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2299)
> 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> 	at java.lang.Thread.run(Thread.java:748)
> {noformat}



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