The thread which is inserting data into Ignite is hung

2018-04-14 Thread praveeng
Hi, We have observed one issue with IGNITE today is , the client thread has been waiting forever when it is trying to create a cache, inserting the data and trying to know the size of the cache [ REPLICATED caches, backups value for these caches is 2147483647 ]. We are getting this issue few

Re: Intermittent Spikes in Response Time

2018-04-14 Thread piyush
It's hard to tell unless actual code written is known. Although try using this JVM parameters. -Xss256K ;; limit threadstack size -XX:MaxGCPauseMillis=25 ;; limit max GC pause to 25ms More tuning settings here