[Buildbot] #3203: Support control messages via MQ

Buildbot trac trac at buildbot.net
Tue Dec 22 18:10:37 UTC 2015


#3203: Support control messages via MQ
------------------------+--------------------
Reporter:  dustin       |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  critical     |   Milestone:  0.9.0
 Version:  master       |  Resolution:
Keywords:  mq           |
------------------------+--------------------

Comment (by tardyp):

 A simple way to say it is by adding the concept of symetrics and
 asymetrics multimaster (like there is SMP and AMP for multi core CPUs)

 Symetric multimaster is when each master share the exact same
 configuration. They run the same builders, same schedulers, same
 everything, the only difference is that slaves are connected evenly
 between the masters (by any means (e.g. DNS loadbalancing, etc))
 Symetric multimaster is good to use to scale buildbot horizontally.

 Asymetric multimaster is when each master have different configuration.
 Each master may have a specific responsability (e.g schedulers, set of
 builder, UI). This was more how you did in 0.8, also because of its own
 technical limitations.
 A nice feature of asymetric multimaster is that you can have the UI only
 handled by some masters.

 Separating the UI from the controlling will greatly help in the
 performance of the UI, because badly written BuildSteps can stall the
 reactor for several seconds.

 asymetric multimaster is a more difficult goal to achieve, even if I
 understand the need, this should not block nine release

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


More information about the bugs mailing list