Closed
Bug 1250719
Opened 10 years ago
Closed 10 years ago
Sumo: Set Python path to search Kitsune git repo before installed packages
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mythmon, Assigned: cliang)
References
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/2596] )
Cyliang did this on -dev. We'll need it on stage and prod for some code changes that are coming down soon (In particular, for bug 1164035).
| Assignee | ||
Updated•10 years ago
|
Assignee: server-ops-webops → cliang
| Assignee | ||
Comment 1•10 years ago
|
||
@mythmon: I've applied the changes to -stage. Can you please verify that things are still working as expected? Once you've given the thumbs up, I'll make the changes to -prod.
Flags: needinfo?(mcooper)
| Reporter | ||
Comment 2•10 years ago
|
||
-stage looks good. bd to continue to -prod.
Flags: needinfo?(mcooper)
| Assignee | ||
Comment 3•10 years ago
|
||
Change pushed to -prod (r 115240). Holding this bug open for a few days to make sure there no unintended consequences. =)
Comment 4•10 years ago
|
||
Seems that there are. :(
Since this change, we've been getting sporadic alerts from Zeus about queuing time. New Relic shows something amiss too:
https://rpm.newrelic.com/accounts/263620/applications/2779374?tw%5Bend%5D=1456527916&tw%5Bstart%5D=1456517116#tab_hosts=breakout
What's the underlying change here? The old python-path directives would have been harmless I think (wrong python version, so they shouldn't get loaded... right?). What's in the new one that wasn't already getting pulled in some other way?
| Reporter | ||
Comment 5•10 years ago
|
||
This change was to accommodate the Python package "authority" being moved into the git repo. Authority is unmaintained and not compatible with Django 1.8 (bug 1164035). We moved it into kitsune's git repo to make it compatible.
| Reporter | ||
Comment 6•10 years ago
|
||
Alternatively, I think we can revert this change, and uninstall authority from the virtualenv, as a part of bug 1251744.
| Assignee | ||
Comment 7•10 years ago
|
||
The queue time alerts largely appear to be firing in reaction to client behavior (i.e. excessive # of requests and/or excessive traffic being generated in response to requests). Closing this bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•