Builder history timing out
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Michael Nelson |
Bug Description
Currently on dogfood (and apparently briefly on staging, but I don't know the details) the following page is timing out:
https:/
Based on the call-site, this seems to have been triggered now by a combination of (1) a change in the previous release (10.07) which updated the history to display different types of builds in the history, although this didn't cause problems as there were no other types of BuildFarmJobs other than Binary ones, and (2) a change in the current release (10.08) which re-works Source package recipe builds so that they are now BuildFarmJobs as well.
Query plan issued on dogfood by Julian: http://
Example raw oops from dogfood: https:/
Note: I'm creating this bug based on email snippets I was forwarded... if you've better info, please update the description
Related branches
- Julian Edwards (community): Approve (release-critical)
- Edwin Grubbs (community): Approve (code)
- Launchpad code reviewers: Pending requested
-
Diff: 82 lines (+21/-32)1 file modifiedlib/lp/buildmaster/model/buildfarmjob.py (+21/-32)
tags: | added: buildfarm oops timeout |
description: | updated |
Changed in soyuz: | |
status: | Triaged → In Progress |
Changed in soyuz: | |
status: | In Progress → Fix Released |
tags: |
added: qa-ok removed: qa-needstesting |
Stuart is going to analyse the query and I'll look at an option to simply return all builds (rather than filtering private ones out via complex queries), and displaying 'Private build' in the history where appropriate.