Skip to content

Multimaster setup with UI and per-project buildmasters #6261

Answered by tardyp
an-ky asked this question in Q&A
Discussion options

You must be logged in to vote

From what I read, your implementation looks good. It is supposed to work like this.

Changes are supposed to be received by scheduler in this method.
https://github.com/buildbot/buildbot/blob/master/master/buildbot/schedulers/base.py#L189
maybe you can put some debug logs there.

I have doubts however this setup is deployed in a lot of instances. Very few people are deploying multi-master.

I usually suggest people to put schedulers in the UI master. the ClusterService is known not to work very well, i.e. election of which scheduler is active when a scheduler is configured on several master do not work very well.

So maybe this is why you are the first to see this issue.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@an-ky
Comment options

Answer selected by an-ky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants