[Buildbot] #3051: master refuses to schedule new builds, doesn't really stop nor start

Buildbot trac trac at buildbot.net
Tue Nov 18 14:41:00 UTC 2014


#3051: master refuses to schedule new builds, doesn't really stop nor start
-------------------+------------------------
Reporter:  Ben     |       Owner:
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:  undecided
 Version:  master  |  Resolution:
Keywords:          |
-------------------+------------------------

Comment (by delanne):

 - DockerSlave use threads.
  - The issue seems to appears when stopping the master (Received SIGTERM,
 shutting down).

 The entire program exists only when all threads are stopped/joined (except
 threads which are flagged as daemon thread). I think twisted thread are
 not flag as daemon thread (and this is what we want).

 So, DockerSlave's threads is maybe a line of investigation ...

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


More information about the bugs mailing list