Hi , 

1. If we deploy more than one client on same machine - should we explicitly
configure communication and discovery port for the client i.e. should we do
the below : 

   <property name="communicationSpi">
        <bean
class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
            <property name="localPort" value="49100"/>
        </bean>


2. The localPortRange for communicationport and discovery port is 100 . Why
is this range needed ?

3. Can the port range be reduced to 5 on the client side configuration ?

regards,
Veena




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to