|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
src/main/java/hudson/remoting/Channel.java
src/main/java/hudson/remoting/ExportTable.java
src/main/java/hudson/remoting/Pipe.java
src/main/java/hudson/remoting/ProxyInputStream.java
src/main/java/hudson/remoting/ProxyOutputStream.java
src/main/java/hudson/remoting/ProxyWriter.java
src/main/java/hudson/remoting/UnexportCommand.java
src/main/java/hudson/remoting/UserRequest.java
src/test/java/hudson/remoting/ExportTableTest.java
http://jenkins-ci.org/commit/remoting/1eeccd431351922ccdb35de1a734f066a13c9d8a
Log:
JENKINS-22853
Digging deeper into the excessive unexport problem by adding more
diagnostics.
We want to track where the unexport command is created on the other side
of the channel.