Hi,

What is the log when you start the second node?
Why do you need heartbeatFrequency of 60000 ms? Try commenting it so that
it has a default value.

Kind regards,
Alex.

On Sat, Jul 15, 2017 at 8:27 PM, Anil [via Apache Ignite Users] <
[email protected]> wrote:

> HI Team,
>
> I started two ignite instances with following configuration and topology
> snapshot says server = 1
>
> Topology snapshot [ver=6, servers=1, clients=3, CPUs=32, heap=24.0GB]
>
>
> *Configuration -*
>
> <property name="communicationSpi">
>         <bean class="org.apache.ignite.spi.communication.tcp.
> TcpCommunicationSpi">
>             <property name="sharedMemoryPort" value="-1"/>
>         </bean>
> </property>
>     <property name="discoverySpi">
>       <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
>          <property name="networkTimeout" value="60000"/>
>          <property name="socketTimeout" value="60000"/>
>          <property name="ackTimeout" value="60000"/>
>          <property name="heartbeatFrequency" value="60000"/>
>          <property name="reconnectCount" value="5"/>
>
>         <property name="ipFinder">
>           <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.
> TcpDiscoveryVmIpFinder">
>             <property name="addresses">
>               <list>
> <value>X.X.X.1</value>
>                 <value>X.X.X.2</value>
>               </list>
>             </property>
>           </bean>
>         </property>
>       </bean>
>     </property>
>
> Please let me know if anything wrong with above configuration. thanks.
>
> Regards,
> Anil
>
>
>
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://apache-ignite-users.70518.x6.nabble.com/Two-
> ignite-instances-on-a-vm-tp14965.html
> To start a new topic under Apache Ignite Users, email
> [email protected]
> To unsubscribe from Apache Ignite Users, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=YWxleGFuZGVyLmZlZG90b2ZmQGdtYWlsLmNvbXwxfC0xMzYxNTU0NTg=>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Two-ignite-instances-on-a-vm-tp14965p14966.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to