Closed
Bug 975331
Opened 11 years ago
Closed 11 years ago
sumotools1.webapp.phx1.mozilla.com:MySQL Replication Slow is CRITICAL
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 978002
People
(Reporter: achavez, Assigned: bjohnson)
Details
[00:36] < nagios-phx1> | Fri 00:36:44 PST [1473]
sumotools1.webapp.phx1.mozilla.com:MySQL Replication Slow is CRITICAL:
Replication Stopped - Last error:
(http://m.mozilla.org/MySQL+Replication+Slow)
Comment 1•11 years ago
|
||
this just alerted again.
MOTD says this is a standalone master. Is this check even valid?
Assignee: server-ops → server-ops-database
Component: Server Operations → Server Operations: Database
QA Contact: shyam → scabral
Comment 2•11 years ago
|
||
(In reply to Rick Bryce [:rbryce] from comment #1)
> this just alerted again.
>
> MOTD says this is a standalone master. Is this check even valid?
ditto.
Comment 3•11 years ago
|
||
Yes, it is a slave of sumotools, which was made a while ago (it started out as a standalone master). I have changed puppet to reflect the fact that this is a slave and a master, but not really master/master - it's a slave that gets written to.
The reason this keeps getting critical is that the checksums on sumotools have differences, in 18 different tables (select * from percona.checksums where this_crc!=master_crc;)
This needs to be fixed, and then replication shouldn't break. (I can see in the error log that the problems are of a nature like:
2014-02-22 01:24:21 2358 [ERROR] Slave SQL: Error 'Duplicate entry '7786-7173-link' for key 'wiki_documentlink_linked_from_id_5f6e495fb11b7af7_uniq'' on query. Default database: 'support_mozilla_com'. Query: 'INSERT INTO `wiki_documentlink` (`linked_to_id`, `linked_from_id`, `kind`) VALUES (7173, 7786, 'link')', Error_code: 1062
This means the database already has that entry, and we need to fix sumotools so it has the correct data.)
Assignee: server-ops-database → bjohnson
Comment 4•11 years ago
|
||
Brandon fixed this over in 978002...
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
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
•