Issue #1857 has been reported by jaketmuss. ---------------------------------------- Bug #1857: puppetd stuck in close_wait http://projects.reductivelabs.com/issues/show/1857
Author: jaketmuss Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Complexity: Unknown Affected version: 0.24.5 Keywords: I disabled most of the conf for a client but it still gets one socket stuck in close wait. I did a bit of digging round and fond that receives a FIN from puppetmaster, replies with an ACK, but never seems to clear the the Recv-Q, there are still 38 bytes in each socket. I assume its an issue with the select call. The issue doesn't seem to keep the sockets open forever as I never notice that many open at at time. strace from client attached. tcp 38 0 999.999.999.999:57997 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58000 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58001 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:57994 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58003 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58007 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:57998 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58008 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58009 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58005 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:57995 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58002 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58006 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:58004 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:57999 1.1.1.1:8140 CLOSE_WAIT 2696/ruby tcp 38 0 999.999.999.999:57996 1.1.1.1:8140 CLOSE_WAIT 2696/ruby unix 2 [ ] DGRAM 389420 2696/ruby ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
