Please don’t send messages like “?”. Mailing list is not a chatroom, messages need to be complete and meaningful.
Reproducer is a code snippet or project that can be run standalone to reproduce the problem. The behavior you see isn’t expected nor known, so we need to see it before we can comment on it. So, do you have a reproducer? Stan From: monstereo Sent: 25 июля 2018 г. 17:13 To: [email protected] Subject: Re: What is the difference between TcpCommunicationSpi &TcpTcpDiscoverySpi ? ? ezhuravlev wrote >>Do you have reproducer? > > > 2018-07-25 12:25 GMT+03:00 monstereo < > mehmetozanguven@ > >: > >> Yes same machine >> >> ezhuravlev wrote >> >>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 < >> >> > mehmetozanguven@ >> >> > >: >> > >> >> 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/ >> >> >> >> >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
