Many requests timed out in the last days, but now I'm getting error messages when I try to delete pages:
----
Fehler in der Datenbank
aus Wikipedia, der freien Enzyklopädie
Es gab einen Syntaxfehler in der Datenbankabfrage. Das könnte eine illegale Suchanfrage sein (siehe Wikipedia durchsuchen), oder ein Softwarefehler. Die letzte Datenbankabfrage lautete:
INSERT INTO brokenlinks (bl_from,bl_to) VALUES (12369,'Wohlstand'),(14498,'Wohlstand')
aus der Funktion "Article::doDeleteArticle". MySQL meldete den Fehler "1030: Got error 127 from table handler".
----
And "too many connections" messages.
Do we get too many visitors through google, now that we're indexed again? I have the impression that there are more anonymous edits on the German Wikipedia.
Brion, maybe you could update the statistic pages for further examination.
Kurt
On Wed, 12 Mar 2003, Kurt Jansson wrote:
INSERT INTO brokenlinks (bl_from,bl_to) VALUES
(12369,'Wohlstand'),(14498,'Wohlstand')
aus der Funktion "Article::doDeleteArticle". MySQL meldete den Fehler "1030: Got error 127 from table handler".
An error crept into the brokenlinks table (possibly thanks to that hard reboot the other day?). It should be repaired now.
-- brion vibber (brion @ pobox.com)
Kurt Jansson wrote:
And "too many connections" messages. Do we get too many visitors through google, now that we're indexed again? I have the impression that there are more anonymous edits on the German Wikipedia.
I think this depends on Brions changes to the apache-connentions. The difference between Apache-connections(240) and DB-connections(250) is to small. As far as I remember I got some errors today about to many persistend db-connects. I got it everytime it try to get 'Neue Artikel' on de.wiki. Sorry, but I did not wrote it down or mailed.
Smurf
On Wed, 12 Mar 2003, Thomas Corell wrote:
I think this depends on Brions changes to the apache-connentions. The difference between Apache-connections(240) and DB-connections(250) is to small.
Yes, it ran swimmingly yesterday but apparently it wasn't enough to survive the morning rush. :(
I'll up the mysql connection limit a bit and down the apache limit a bit and see if we can even it out.
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org