Closed
Bug 982422
Opened 11 years ago
Closed 11 years ago
Opening my dashboard fails with "Failed to load bug list from Bugzilla: 8514859 is not a valid comment id."
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ttaubert, Assigned: scabral)
Details
When trying to load the "my dashboard" page I see an alert that says:
"Failed to load bug list from Bugzilla: 8514859 is not a valid comment id."
This used to work yesterday I think. Could this somehow be related to the recent maintenance work / schema changes?
this looks like a database replication issue.
when querying the slaves:
> select comment_id,bug_when from longdescs where comment_id=8514859;
> 0 results
> select comment_id,bug_when from longdescs where comment_id=8514859;
> 8514859,2014-03-10 13:43:28
given the age of that comment i suspect we're not seeing database replication lag (bug 974338).
> select count(*) from longdescs;
> 8510945
> select count(*) from longdescs;
> 8515318
Assignee: nobody → server-ops-database
Severity: normal → major
Component: Extensions: MyDashboard → Server Operations: Database
Product: bugzilla.mozilla.org → mozilla.org
QA Contact: scabral
Version: Production → other
given the size of the discrepancy between bugzilla2 and the other slaves, and that this is a end-user affecting issue, i'm bumping the priority.
Severity: major → critical
Assignee | ||
Comment 3•11 years ago
|
||
Checked the slaves, and indeed of the slaves in the load balancer pool, bugzilla2 is the only one with an issue. Taking it out of the pool and re-syncing.
Assignee: server-ops-database → scabral
Assignee | ||
Comment 4•11 years ago
|
||
We are working on syncing the data. Attachments and cc's may not be showing up correctly until this work is completeed.
Assignee | ||
Comment 5•11 years ago
|
||
attachments are sync'd up, working on cc's, and then doing a full check of everything to double-check that all is good.
Assignee | ||
Comment 6•11 years ago
|
||
Brandon Johnson went over this with a fine toothed comb and found no further data discrepancies. Thanks Brandon! Data should be working normally, if there are any new issues, please report by making a bug in the mozilla.org Product, Component Server Operations:Database, and set the importance to "critical". This will page the oncall DBA.
In the case Bugzilla isn't happy, let the DB team know in #db, or have the MOC page the oncall DBA if nobody's there to help.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•