Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: remoting
-
Labels:
-
Similar Issues:
Description
This is especially critical when JNLP agents are operating behind a NAT router with a short timeout on the routing table (i.e. running in a cloud who's name may or may not rhyme with awe-sure)
Attachments
Issue Links
- is related to
-
JENKINS-27509 Operations on slave fails after long idle period
-
- Resolved
-
- links to
Code changed in jenkins
User: Oleg Nenashev
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/62a5dddb3c2b00c4602a504ffefd65320cf81915
Log:
Update remoting to 2.62.2
This PR picks the latest available version of remoting stable-2.x. All the fixes have been integrated into remoting-3.0 and soaked enough.
JENKINS-38539(https://issues.jenkins-ci.org/browse/JENKINS-38539) -Stability: Turn on SO_KEEPALIVE by default and provide CLI option to turn it off again.
(https://github.com/jenkinsci/remoting/pull/110)
JENKINS-37539(https://issues.jenkins-ci.org/browse/JENKINS-37539) -Prevent <code>NullPointerException</code> in <code>Engine#connect()</code> when host or port parameters are <code>null</code> or empty.
(https://github.com/jenkinsci/remoting/pull/101)
Fix resource leak in <code>remoting.jnlp.Main</code>.
(https://github.com/jenkinsci/remoting/pull/102)
Resource leak in Encryption Cipher I/O streams on exceptional paths.
(https://github.com/jenkinsci/remoting/pull/104)