Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
Master: debian wheezy (jenkins installed by apt)
Slave: Windows 7 (x64)
Description
When updating slave.jar on slave with version shipped with Jenkins 1.560, slave show a message "connected" but master does not show the slave online.
Reverting to the slave.jar in 1.533 or 1.559 make it work as usual.
Tried with direct connection or via Apache reverse proxy.
Attachments
Issue Links
- is related to
-
JENKINS-18781 Configurable channel timeout for slaves
-
- Open
-
-
JENKINS-34808 Allow user to adjust socket timeout
-
- Resolved
-
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/remoting/SynchronousCommandTransport.java
http://jenkins-ci.org/commit/remoting/25373d73e7369e9e8e21e2308f7051d5d1e9a16c
Log:
JENKINS-22722- Make AsynchronousCommandTransport tolerant against Socket timeouts (#86)JENKINS-22722- Make AsynchronousCommandTransport tolerant against Socket timeoutsJENKINS-22722- Fix the formatting