Closed
Bug 1243405
Opened 10 years ago
Closed 10 years ago
Make build-adu-matview depend on fetch-adi-from-hive
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(2 files)
The build-adu-matview depends on the raw_adi table. That gets populated by fetch-adi-from-hive. If both work without errors and you're so unlucky that build-adu-matview runs before all rows to raw_adi have been saved you might still successfully execute build-adu-matview but not much data gets moved.
The solution is to make sure build-adu-matview *depends* on fetch-adi-from-hive.
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5d8d73715fffe87156f11733da007de5b7e9634d
fixes bug 1243405 - Make build-adu-matview depend on fetch-adi-from-hive
https://github.com/mozilla/socorro/commit/11a8abeaebfd6cb728745fdc6966743f124e8c03
Merge pull request #3175 from peterbe/bug-1243405-make-build-adu-matview-depend-on-fetch-adi-from-hive
fixes bug 1243405 - Make build-adu-matview depend on fetch-adi-from-hive
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•10 years ago
|
||
Grr... I only did it for BuildADUCronApp and not for ADUCronApp. The latter needs the dependency too.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/57be460461ab6112c3a200f9f2b3a2f556b2fb98
fixes bug 1243405 - make adu-matview depend on fetch-adi-from-hive
https://github.com/mozilla/socorro/commit/0e71c8b2d870331f572b1ee82408d148adedb275
Merge pull request #3177 from peterbe/bug-1243405-make-adu-matview-depend-on-fetch-adi-from-hive
fixes bug 1243405 - make adu-matview depend on fetch-adi-from-hive
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•