Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: remoting
-
Labels:
-
Similar Issues:
Description
Not observed but an OOMErr could kill an agent connection as we would not reset the read ops if a throwable happened that was not a RuntimeException (ie any class of Error).
The code should be defensive against this and terminate the connection so it can re-establish rather than being in the hung case.
Attachments
Issue Links
- is related to
-
JENKINS-28492 The server rejected the connection: *** is already connected to this master. Rejecting this connection.
-
- Resolved
-
- links to
Code changed in jenkins
User: Oleg Nenashev
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/7c2e1b2ece1770874eedd69cf20142aad4b491b9
Log:
[FIXED JENKINS-39835] - Update remoting to 3.4 (#2679)