[Buildbot-commits] [Buildbot] #1865: pb tryscheduler on reload doesn't reload config

Buildbot nobody at buildbot.net
Sat Mar 12 23:32:17 UTC 2011


#1865: pb tryscheduler on reload doesn't reload config
----------------------------+------------------------
Reporter:  gg0              |       Owner:
    Type:  support-request  |      Status:  new
Priority:  major            |   Milestone:  undecided
 Version:  0.8.3            |  Resolution:
Keywords:                   |
----------------------------+------------------------

Comment (by dustin):

 Hm, I think that it may be an intermittent problem - I can replicate now.
 The problem is that when the scheduler is changed, the old version is
 stopped and the new version started immediately - this results in a closed
 socket followed immediately by a re-bind to that port.

 I suspect that adding SO_REUSEADDR would help, but I'm not sure that's a
 good idea..  maybe we could delay the socket release for a second or two,
 so the restart doesn't result in releasing the socket?

 We'll need to see if I can replicate this in a test, then fix it.  A good
 sprint project!

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1865#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list