-
Bug
-
Resolution: Done
-
Minor
-
None
In discovering JENKINS-38690 and JENKINS-38691 I had to add extra logging to the code.
Given that this is exceptionally useful logging to be able to turn on it should be added to the code if it does not have a significant performance degredation.
- links to
Code changed in jenkins
User: James Nord
Path:
src/main/java/org/jenkinsci/remoting/protocol/IOHub.java
src/main/java/org/jenkinsci/remoting/protocol/impl/NIONetworkLayer.java
http://jenkins-ci.org/commit/remoting/46c72a5530a0b2757350e33262ae17c981dcd13a
Log:
JENKINS-38692Add extra logging to help diagnosing Thread spike. (#116)Add extra logging statements to try and get to the root cause
of the IOHub thread spike.