Closed
Bug 1367261
Opened 8 years ago
Closed 7 years ago
Nightly builds downloads the complete update instead of the partial partial update when the update check is done before the time partial build is released
Categories
(Release Engineering :: Release Automation, defect, P3)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: u595893, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20100101
Steps to reproduce:
like the title says,
usually daily around the partial update is released it downloads partial updates but if the check happens just before say 5 mins before the time partial updates are released, firefox 55 downloads the full builds , for the past week hit this 5 times,
Vanilla profile to verify
Severity: normal → critical
Component: Untriaged → Distributions
OS: Unspecified → All
Priority: -- → P1
Hardware: Unspecified → All
Please, don't set the flags if you don't know their roles.
Severity: critical → normal
Component: Distributions → Application Update
Keywords: common-issue+,
infra-failure,
platform
Priority: P1 → --
Product: Firefox → Toolkit
![]() |
||
Comment 2•8 years ago
|
||
This isn't a client bug and this has to do with how updates are published on the server side.
Component: Application Update → Release Automation
Product: Toolkit → Release Engineering
QA Contact: catlee
Version: 55 Branch → unspecified
![]() |
||
Updated•8 years ago
|
Summary: Firefox 55 nightly downloads full update instead of partial if update check is done early or just before the time partial build is released → Nightly builds downloads the complete update instead of the partial partial update when the update check is done before the time partial build is released
Comment 4•8 years ago
|
||
It sounds like this is another example of the 'publish completes, generate partials in parallel' path we have through the release process. We do have plans to avoid this, mostly when everything has moved to Taskcluster. It will mean that the completes are not published until the partials are also available.
Flags: needinfo?(sfraser)
Updated•8 years ago
|
Priority: -- → P3
with bug 1349227 getting full pushes twice a day but waiting a few hours and checking results is partial update.
Please can this be fixed soon?
Comment 6•8 years ago
|
||
I am getting full updates too twice daily but don't know if it's bug 1324922 or this.
Updated•7 years ago
|
Component: Release Automation: Other → Release Automation: Updates
Comment 7•7 years ago
|
||
Simon, you might know what our current state is here ?
Flags: needinfo?(sfraser)
Comment 8•7 years ago
|
||
(In reply to Nick Thomas [:nthomas] (UTC+12) from comment #7)
> Simon, you might know what our current state is here ?
I don't know if we can fix this easily without reworking the nightly release graph to not publish until the entire graph has finished work. At the moment it gets updated whenever a component is ready. It will be an improvement to have that change, though.
Flags: needinfo?(sfraser)
Comment 9•7 years ago
|
||
Based on a few spot checks on diffs at https://aus4-admin.mozilla.org/releases/Firefox-mozilla-central-nightly-latest it looks like we're already submitting all partials & the complete at the same time (for each platform+locale combination). And the taskcluster kind deps are organised (in part) like:
balrog ---> beetmover-repackage ---> partials-signing
so bug 1357867 may have resolved this by adding the first dep.
Mark, are you having any problems these days ?
Flags: needinfo?(fetrelapsu)
Comment 10•7 years ago
|
||
(In reply to Nick Thomas [:nthomas] (UTC+12) from comment #9)
> Based on a few spot checks on diffs at
> https://aus4-admin.mozilla.org/releases/Firefox-mozilla-central-nightly-
> latest it looks like we're already submitting all partials & the complete at
> the same time (for each platform+locale combination). And the taskcluster
> kind deps are organised (in part) like:
> balrog ---> beetmover-repackage ---> partials-signing
> so bug 1357867 may have resolved this by adding the first dep.
>
> Mark, are you having any problems these days ?
Haven't yet in FF63 cycle.
Flags: needinfo?(fetrelapsu) → needinfo?(nthomas)
Comment 11•7 years ago
|
||
OK, lets resolve this WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Flags: needinfo?(nthomas)
Resolution: --- → WORKSFORME
Updated•5 months ago
|
Component: Release Automation: Updates → Release Automation
You need to log in
before you can comment on or make changes to this bug.
Description
•