🔥 High CPU usage on faulty endpoint
🧑🎓 tltr Infinite while loop was causing the issue. Write unit tests. Test the exit condition of your while loops. 🐛 Issue We had some kind of serious performance issue on production. The CPU periodically was pegged at 100% and stayed that way until we restarted the Tomcat. It was degrading the overall site performance for quite a while. We had two instances with peak similarly in CPU. Seems like it must be something inside the Tomcat since that’s what is eating the CPU....