>What is the difference between TcpCommunicationSpi & TcpTcpDiscoverySpi ?
https://stackoverflow.com/questions/37936833/difference-between-tcpcommunicationspicommunicationspi-and-tcpdiscoveryspidis

>Every node I have created has different tcp discovery local port but same
tcp commication port. Why?
Do you start nodes on the same machine? Do you have reproducer?

Evgenii

2018-07-20 13:37 GMT+03:00 monstereo <mehmetozangu...@gmail.com>:

> Here is the config file
> ....
> <property name="discoverySpi">
>                 <bean
> class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
>
>                     <property name="localPort" value="48500"/>
>
>                     <property name="localPortRange" value="100"/>
> .....
> <property name="communicationSpi">
>
>                 <bean
> class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
>
>                     <property name="localPort" value="48100"/>
>
>                     <property name="localPortRange" value="2"/>
>
>
>
> Every node I have created has different tcp discovery local port but same
> tcp commication port. Why?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to