Closed
Bug 1053632
Opened 10 years ago
Closed 10 years ago
fetch-adi-from-hive should collapse release%->release
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
99
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
(Whiteboard: [DB Change])
The old ADI source raw_adu, already had all release% channels collapsed into one release channel.
Socorro currently uses build_type_enum when filtering these into product_adu, I think the most simplest thing would be to break this for the "release" case and have them do (update_channel ILIKE 'release%' OR update_channel IN ('release', 'nightly', 'aurora'))
Later we might want to make the import process handle this, instead, but I would like to avoid that for now. It's going to be a perf hit/complexity somewhere either way.
Assignee | ||
Comment 1•10 years ago
|
||
Upon investigation, it's just less hassle to do this right.
Summary: need new ADI to filter on release% → fetch-adi-from-hive should collapse release%->release
Comment 2•10 years ago
|
||
Also, did you omit 'beta' intentionally in comment #0?
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com, slow reaction due to vacation backlog) from comment #2)
> Also, did you omit 'beta' intentionally in comment #0?
Well I changed the approach (per comment 1) so it's no longer needed - but betas are handled separately in the file I was referring to :)
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2a5c27408c26d691ebfb096d491720f64c2a0d24
fix bug 1053632 - collapse all release channels in fetch-adi-from-hive
https://github.com/mozilla/socorro/commit/587b61b1894b227b0c32e0db040033cb7803ac5e
Merge pull request #2289 from rhelmer/bug1053632-collapse-release-channels
fix bug 1053632 - collapse all release channels in fetch-adi-from-hive
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Whiteboard: [DB Change]
Assignee | ||
Comment 5•10 years ago
|
||
Migration run on stage, backfilling..
Updated•10 years ago
|
Target Milestone: --- → 99
Assignee | ||
Comment 6•10 years ago
|
||
Migration run on prod.
You need to log in
before you can comment on or make changes to this bug.
Description
•