Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-5502

Windows slave doesn't close connections

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • javanet-plugin
    • None
    • Slave : Windows 2003 (builds .net 3.5)
      Master : Linux

      A misconfigured windows slave tries (unsuccessfully) to connect again and again to the master without closing connections, they stay in 'CLOSE_WAIT' state (viewed with netstat, more precisely this means that TCP FIN has been received, but close() hasn'nt been called).

      The problem is that those connections accumulate up to 5000 (which is the limit set by windows) and then the server cannot open any socket anymore.
      Workaround : stopping the misconfigured hudson service.

            Unassigned Unassigned
            markhaen markhaen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: