Closed
Bug 1150237
Opened 11 years ago
Closed 11 years ago
deploy infernyx 0.1.x to stage and then prod
Categories
(Content Services Graveyard :: Tiles: Ops, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: relud, Assigned: relud)
References
Details
infernyx 0.1.39 adds a #! to csdash.py, among other things.
| Assignee | ||
Comment 1•11 years ago
|
||
deployed to stage, but unverified there. i'd like to force parsing at least one impression and one stats log, to make sure it can, before continuing to prod. This is because last time it was deployed to prod, everything looked fine in stage, but logs didn't actually get parsed.
| Assignee | ||
Comment 2•11 years ago
|
||
i've manually added the #! in prod, so that the csdash.py script will work until this can be deployed.
| Assignee | ||
Comment 3•11 years ago
|
||
I forced impression_stats to run by reducing min_blobs to 1 and executing:
curl -i -X POST -d '{"view": 1, "locale": "en-US", "tiles": [{}]}' https://onyx_tiles.stage.mozaws.net/v2/links/view
to induce impression_stats blobs. impression_stats runs automatically in stage, but it throws this error (with context):
015-04-03 17:33:29,227 INFO 4013 [root] impression_stats@594:141e5:5c152: Processed 1 records in 3 keysets.
2015-04-03 17:33:29,228 INFO 4013 [root] impression_stats@594:141e5:5c152: Cleaning up tmp files: /tmp/newtab_statsrwL5sR (leaving s3: ('tiles-resources-stage-infernyxs3-w7yqgazowzp0', u'impression_stats@594:141e5:5c152-/tmp/newtab_statsrwL5sR'))
2015-04-03 17:33:29,228 INFO 4013 [inferno.lib.job] Worker: impression_stats@594:141e5:5c152 stage= job.purge
2015-04-03 17:33:29,386 INFO 4013 [inferno.lib.job] Worker: impression_stats@594:141e5:5c152 stage= job.archive
2015-04-03 17:33:29,546 INFO 4013 [inferno.lib.job] Worker: impression_stats@594:141e5:5c152 stage= job.cleanup
2015-04-03 17:33:29,703 ERROR 4013 [rules] Error writing stats Unable to access resource (disco://discoelb/disco/ctrl/jobinfo?name=impression_stats@594:141e5:5c152): Not found. (404)
2015-04-03 17:33:29,703 INFO 4013 [inferno.lib.job] Worker: impression_stats@594:141e5:5c152 stage= job.done
2015-04-03 17:33:29,703 INFO 4013 [inferno.lib.job] Finished job impression_stats@594:141e5:5c152
2015-04-03 17:38:24,064 INFO 10624 [inferno.lib.daemon] trying job impression_stats
I think that's fine, but I'm not sure, :tspurway could you verify that this looks good?
Flags: needinfo?(tspurway)
| Assignee | ||
Comment 4•11 years ago
|
||
changing title to deploy 0.1.x because if we push 0.1.39 to prod it would overwrite impression_stats max_blobs from 1500 down to 300, and that might not be desirable. So potentially this should wait until https://bugzilla.mozilla.org/show_bug.cgi?id=1150950 is resolved and a new version is released before going to prod.
Summary: deploy infernyx 0.1.39 to stage and then prod → deploy infernyx 0.1.x to stage and then prod
| Assignee | ||
Comment 6•11 years ago
|
||
it is done
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•11 years ago
|
||
whoops, wrong bug
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•11 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•