Hi,

We are running ignite 2.3 grid in 40 nodes cluster.
1 ignite server, 2 ignite clients per each node.
so, total
 40 ignite servers
 80 ignite clients

Topology snapshot [ver=120, servers=40, clients=80, CPUs=640, heap=560.0GB]


It runs ok upto about 12 hours uptime, and total partitioned cache size 1
million.
But staring from the middle night, ignite server seems getting kicked out of
topology by "Node FAILED" message.


Can you please give me an insight what could be the cause ?
(attache the full log files, and details below)


Thanks
Sam

------------------------------

VM total memory: 10.0GB
VM arguments: [-Duser.timezone=UTC, -DIGNITE_QUIET=false,
-Djava.net.preferIPv4Stack=true, -Djava.awt.headless=true, -Xms10g, -Xmx10g,
-XX:+AlwaysPreTouch, -XX:+UseG1GC, -XX:+ScavengeBeforeFullGC,
-XX:+DisableExplicitGC]

ignite-8a2ce76e__0.log
<http://apache-ignite-users.70518.x6.nabble.com/file/t1784/ignite-8a2ce76e__0.log>
  
ignite-8a2ce76e__1.log
<http://apache-ignite-users.70518.x6.nabble.com/file/t1784/ignite-8a2ce76e__1.log>
  
ignite-config.xml
<http://apache-ignite-users.70518.x6.nabble.com/file/t1784/ignite-config.xml>  



CacheConfiguration cacheConfig = new CacheConfiguration(cacheName,
queryEntity)
{
        SqlSchema = "PUBLIC",
        Backups = 2,
        DataRegionName = "Default_Region",

        CopyOnRead = false,
        EvictionPolicy = new LruEvictionPolicy
        {
                MaxSize = 100000, // Maximum number of entries that will be 
stored in Java
heap. 
                MaxMemorySize = 1024 * 1024 * 1024 * 2 // (4 GB)
        }
};





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

Reply via email to