Hi, I am working on a Spring Boot application. Apache ignite is used as the Caching mechanism. Apache Ignite is embedded within the app. Using latest 2.7.0 version. The cache is lightning fast on Windows machine. However, after deploying it on Linux VM, I am seeing noticable lags. One particular operation where we save to a cache responds within a sec when running on Windows. However, when the app is running on Linux VM, response takes at least 5-6 sec. Sometimes, even more.
Heap size on Linux is double that of Windows. I turned apache ignite debug messages on and notice a lot of "Timeout has occurred" debug messages. For sure, I see them on Windows as well. BUt there are lot more of these on Linux. Wondering if these might help us with the solution. Some observations 1) There are lot more timeout messages on Linux during the application startup compared to Windows. I am attaching two files with the logs containing timeout messages. 2) During the operation I described above, there are no timeout messages displayed in Windows. But a lot of those on Linux. Please advise what can be done to resolve this? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
