Hi Ropugg, If these 2 machines' spec are the same, please check whether they are running at the same performance mode (for Linux version 2.6.32).
Also, if they are HTTP servers, please check whether the requests are balanced. Typically, sar command will help. (sar -w; sar -u; sar -q ; sar -n DEV etc) Via ignitevisorcmd.sh , we may find the cache internal statistics (more detailed when the cache's property "statisticsEnabled" is 'true'). If we have found the different statistics from above results, we may go to the next steps. It has been found that the code has differences on filter & Hashtable (if monitor synchronized) that will make the unbalanced. <http://apache-ignite-users.70518.x6.nabble.com/file/t645/question1.png> As my previous suggestions from other veteran, using Java Flight recording is helpful. If we have other findings, we may study here. -WENPIN -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
