Xen buildd-slaves sometimes ignore SYN requests
Bug #586359 reported by
Julian Edwards
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Julian Edwards | ||
launchpad-buildd |
Invalid
|
High
|
Unassigned |
Bug Description
Sometimes, virtual build slaves will take >30 seconds to accept a new connection from the buildd-manager. Since the buildd-manager now uses Twisted code which has a default connection timeout of 30 seconds, the builder gets ignored for that scan. It also slows each scan cycle down.
Related branches
lp://qastaging/~julian-edwards/launchpad/timeouts-feature-bug-681426
- Jonathan Lange (community): Approve
-
Diff: 100 lines (+34/-29)3 files modifiedlib/lp/buildmaster/model/builder.py (+16/-28)
lib/lp/buildmaster/tests/test_builder.py (+13/-0)
lib/lp/soyuz/tests/test_binarypackagebuildbehavior.py (+5/-1)
Changed in launchpad-buildd: | |
status: | New → Confirmed |
tags: |
added: buildd-manager qa-ok removed: qa-needstesting |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Seems like this will be less crucial with your parallelisation fixes?