It means that no Ignite code is being executed for that time. It’s not possible to say exactly why this was the case, but the most common cause is incorrect Java garbage collection configuration. See the documentation for more details: https://ignite.apache.org/docs/latest/perf-and-troubleshooting/memory-tuning
Regards, Stephen > On 17 Apr 2023, at 06:32, Abhishek Ubhe <abhishekubhe0...@gmail.com> wrote: > > Hello, > > Getting below log often times on a ignite node which runs as a microservice > deployed on Kubernetes pod. > > org.apache.ignite.internal.IgniteKernal - Possible too long JVM pause: 803 > milliseconds. > I need to know when this log was printed and why? > What should I do to avoid it? > How monitor these nodes/ services to prevent JVM pause for future? > > > > -- > Regards, > Abhishek Ubhe >