Re: Strange node fail

2018-04-10 Thread dkarachentsev
Duplicates http://apache-ignite-users.70518.x6.nabble.com/Strange-node-fail-td21078.html. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Strange node fail

2018-04-10 Thread dkarachentsev
Hi Ray, If your JVM process consumes more memory, then started swapping may cause JVM freeze, and as a consequence, throwing it out from the cluster. Check your free memory, disable swapping, if possible, or increase IgniteConfiguration.failureDetectionTimeout. To check that guess you may use

Strange node fail

2018-04-09 Thread Ray
I'm running two cluster on the same 8 nodes, one cluster with native persistence enabled and the other one is memory only. The only difference between these two cluster is that the cluster with native persistence enabled has larger JVM heap than the other one. The two nodes in the cluster with