Closed
Bug 1146028
Opened 10 years ago
Closed 10 years ago
Old tiles being served with old tile_index on new deploy
Categories
(Content Services Graveyard :: Tiles: Administration Front-End, defect)
Content Services Graveyard
Tiles: Administration Front-End
Tracking
(Not tracked)
RESOLVED
FIXED
Iteration:
39.3 - 30 Mar
People
(Reporter: Mardak, Assigned: oyiptong)
References
()
Details
(Whiteboard: .001)
The current desktop tile index file is referencing an old US/en-US file:
https://tiles-resources-prod-tiless3-qbv71djahz3b.s3.amazonaws.com/desktop_tile_index.json
"US/en-US": "https://dtex4kvbppovt.cloudfront.net/desktop/US/en-US.d8c06dbf8dc470b8a6b57d75c2e2415309b437af.json"
The newly deployed US/en-US file should be:
https://tiles-resources-prod-tiless3-qbv71djahz3b.s3.amazonaws.com/desktop/US/en-US.563b56218c6aca9b6c4dc4a729bd469954672a61.json
oyiptong, is there a good way to track down what might have happened?
relud was following my steps to use the new 1.1 splice interface (because I don't have access yet), and he selected publish now and checked the box to deploy immediately.
Flags: needinfo?(oyiptong)
Comment 1•10 years ago
|
||
as a temporary fix, i've manually edited the entry in desktop_tile_index.json
Assignee | ||
Comment 2•10 years ago
|
||
I can check in staging whether I can reproduce the issue. The copy/pasted output from the last tiles deploy should tell whether or not the new desktop_tile_index.json was uploaded
Flags: needinfo?(oyiptong)
Assignee | ||
Comment 3•10 years ago
|
||
An alternative root cause is that some onyx servers may not have downloaded the new desktop_tile_index.json, or updated the onyx processes
Assignee | ||
Comment 4•10 years ago
|
||
I've been able to reproduce the bug in staging. Working on fixing the bug.
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Iteration: --- → 39.3 - 30 Mar
Points: --- → 5
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → oyiptong
Assignee | ||
Updated•10 years ago
|
Comment 5•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/splice
https://github.com/mozilla/splice/commit/aa33f3407ddaa08a46963cca6bae6b344968419c
Squashed commit of the following:
commit 897f19788b85ea2f01001f8d19dd1db8b6f9aeee
Author: Olivier Yiptong <olivier@olivieryiptong.com>
Date: Tue Mar 24 17:34:17 2015 -0400
fix bug 1146028 - Old tiles being served with old tile_index on new deploy
commit 5c8f20a119db74b86982cfad73383ed836ca9352
Author: Olivier Yiptong <olivier@olivieryiptong.com>
Date: Mon Mar 23 13:24:23 2015 -0400
new travis config for docker-based builds
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•