-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
4.13, Jenkins 2.338
Increased CPU load on Jenkins instance.
The root cause of CPU load was a thread that is stuck in an infinite loop in SSLEngineFilterLayer.java
The remote agent was already terminated by kubernetes-plugin and the SSL connection is closed, but the thread is still working because can't exit from the while loop.