CleanErrorLogs
Revision as of 19:24, 29 May 2008 by Brandon CS Sanders (talk | contribs) (renamed the templates to make them inaccessible)
Contents
- 1 Inconsistent DB
- 2 PageCache Race
- 3 Duplicate User gives Owls
- 4 Account Created Race
- 5 JSON Errors associated with action catchup
- 6 Duplicate Anonymous Users
- 7 inconsistent AuPageLookup (no page)
- 8 No revision for page
- 9 Feeds don't work
- 10 Connection with MW produces unexpected results
- 11 Mismatched # of mongrels in apache and monitor
Inconsistent DB
Couldn't find Wikitext with ID=15624778 http://www3.aboutus.org/au_web_services/system_information/log?start=1427149336 Couldn't find Wikitext with ID=15624987 http://www3.aboutus.org/au_web_services/system_information/log?start=1427251164
Full table scan of revision, find the one with the missing wikitext ... what are we going to do when we find it?
PageCache Race
ActiveRecord::StatementInvalid (Mysql::Error: Duplicate entry '1278324' for key 2: INSERT INTO `page_caches`
Catch this error and reload the page cache ... perhaps try the load after the create fails and only fail if the load after fails
Duplicate User gives Owls
Account Created Race
http://www3.aboutus.org/au_web_services/system_information/log?start=1428851935
JSON Errors associated with action catchup
utf8 issue?
ignore for now
http://www3.aboutus.org/au_web_services/system_information/log?start=1428214801
Duplicate Anonymous Users
Clean up at some point in time
inconsistent AuPageLookup (no page)
http://www3.aboutus.org/au_web_services/system_information/log?start=1428651435
go through and remove all AuPageLookup that don't have pages
create logger message to tell us which pages
No revision for page
http://www3.aboutus.org/au_web_services/system_information/log?start=1428696571
Does and not short-circuit like && does?
Feeds don't work
http://www3.aboutus.org/au_web_services/system_information/log?start=1428680724
Connection with MW produces unexpected results
http://www3.aboutus.org/au_web_services/system_information/log?start=1427762953
Mismatched # of mongrels in apache and monitor
Means that apache continually reports proxy errors ... diminishing the value of our error logs
