Difference between revisions of "CleanErrorLogs"

(renamed the templates to make them inaccessible)
Line 1: Line 1:
== Remove sponsor/portal ===
 
Make sponsor/portal unavailable for routing
 
 
The action no longer existed in the controller, but the template was being rendered when the action was being called.  Someone probably has a bookmark to it, or it's somewhere in Google search results.
 
 
 
== Inconsistent DB ==
 
== 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=15624778 http://www3.aboutus.org/au_web_services/system_information/log?start=1427149336

Revision as of 19:24, 29 May 2008

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



Retrieved from "http://aboutus.com/index.php?title=CleanErrorLogs&oldid=15605090"