ref) https://wiki.jenkins.io/display/JENKINS/Remoting+issue
description:
we setup jenkins master and several agents. one of agents periodically deadlocked and cpu spiked. I found It because SynchronousCommandTransport$ReaderThread.run from remoting.jar. (ref: https://wiki.jenkins.io/display/JENKINS/Remoting+issue)
I added some screenshots. I really appreciate if you take a look and help us to find root cause.
agent server stats:
cpu usage:
tracking PID 15699: ( It was remoting.jar )
agentthread dump:
Thanks!
As described on the page you link to, you'll need to provide further information before anything can be done with this report. There is insufficient here for any action.
Things you will need to investigate include: versions used, types of agents used, operations of the different threads, what the agents are doing, etc.
Most of the time, issues like this are caused by something external to the Remoting library. These things can be system, network, or configuration. It might be a misbehaving plugin or interaction between multiple plugins.
Issues like this usually cannot be addressed without providing a reproducible scenario or sufficient diagnostics. Best of luck in troubleshooting and isolating the problem.