Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Labels:None
-
Environment:rhel 5.5
-
Similar Issues:
Description
after using CLI in a loop to update dozens or hundreds of jobs, frequently see (lsof) many many open socks to the jenkins.war process and see (netstat) many tcp sockets in TIME_WAIT.
not sure if I'm interpreting it correctly, but if I am, perhaps
jenkins / cli / src / main / java / hudson / cli / CLI.java
might consider using
http://docs.oracle.com/javase/1.4.2/docs/api/java/net/Socket.html#setSoTimeout%28int%29
with a reasonable short value (10s?) so that when the client finishes, the jenkins.war process can release resources from its end faster?
Attachments
Issue Links
- relates to
-
JENKINS-41745 Remoting-free CLI
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | JNJira [ 142633 ] | JNJira + In-Review [ 175731 ] |
Link |
This issue relates to |