Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The master process is overloaded sometimes, so having a second master that handles the builds may be needed.
Attachments
Issue Links
- is part of
-
MDBF-40 Milestone 3: Time to move to new buildbot
-
- Closed
-
Activity
-
- Time Spent:
- 1d
- Setup a second master for handling builds and monitor the configuration. Having a symmetric master as defined in the buildbot documentation doesn't solve the issue since it simply starts more builds instead of splitting the load. Talked with the buildbot team and the issue seems to be related to the scheduler in the sense that only one master should define the schedulers. Not completely sure if this is needed at the moment since while discussing they have pointed out another issue that may saturate the worker-master connection and may be the cause of our problems.
-
- Time Spent:
- 5m
-
After monitoring the changes from
MDBF-208, this is no longer needed.