Hello,

First of all, I can see that the server nodes joined the cluster:
    Topology snapshot [ver=2, servers=2, clients=0, CPUs=6, heap=4.6GB]

So, if the connection between nodes is not reliable then we need to
understand the reason for that.
I think Ignite log files from both nodes should help with that.
Please specify -DIGNITE_QUIET=false and provide us with log files.

One more thing about properties you provided:
 - ignite.serverPortRange=47500
   Could you please clarify what the purpose of this setting?

 - ignite.vmMode=false
   Please check that all nodes use the same IpFinder
   (whether TcpDiscoveryVmIpFinder or TcpDiscoveryMulticastIpFinder)

 - ignite.managementThreadPoolSize=2
   ignite.publicThreadPoolSize=2
   ignite.systemThreadPoolSize=2
   ignite.rebalanceThreadPoolSize=1
   ...
   I don't quite understand why you are using so small number to define the
size of thread pools.
   The default pool size is max(8, the total number of cores).
   It seems to me, the numbers in your config do not seem correct.
   Is it possible to use default values, for instance?

Best regards,
Slava.





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

Reply via email to