Closed Bug 1094217 Opened 11 years ago Closed 11 years ago

getfirebug.com reports 404 too often

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Honza, Assigned: cturra)

Details

(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1815] )

There are surprisingly a lot of 404 responses for: https://getfirebug.com/releases/firebug/3.0/update.rdf My gut feeling is that it could be somehow related to the following directory that has been recently added: https://getfirebug.com/releases/firebug/3.0/ This is blocking our Firebug 3 effort (and public announcements should happen on Monday), so could anyone please take a quick look at this? Thanks! Honza
Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1815]
I am also marking as Firebug p1 blocker. Honza
Chris, any ideas? Honza
Looks like more files (recently added) have the same problem (they are not available sometimes) Honza
Assignee: server-ops-webops → cturra
OS: Windows 7 → All
Hardware: x86_64 → All
2 of the 5 web heads on this cluster had a lingering lock file from what looks like a failed deployment a couple days ago. i have cleared this lock file and re-pushed successfully to all the nodes in the cluster. you should no longer see 404s. $ for i in {1..5}; do curl -Is generic$i.webapp.phx1.mozilla.com/releases/firebug/3.0/update.rdf -H "Host: getfirebug.com" | grep HTTP; done HTTP/1.1 200 OK HTTP/1.1 200 OK HTTP/1.1 200 OK HTTP/1.1 200 OK HTTP/1.1 200 OK
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Yes, it seems to be fixed, thanks! Honza
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.