Steve Summit wrote:
Brianna Laugher (is that your real name? :-) ) wrote:
...there was already the "[[Water]] images broken" thread on this list so I assumed that Official people were aware of the problem and working on it (or not, as their priorities dictated :)).
The devs are usually pretty responsive, both to this list and (especially) the irc channel. Maybe they were all just away for the weekend, or something?
I'm busy moving back to Australia. I thought other people could probably handle this. I'll be largely unavailable until 19 September, approx 02:00 UTC.
I'm not aware of any evidence that the problem was fixed by switching bacon off, so it might be still ongoing. This needs to be monitored closely.
And in another post:
find -size 0 -print | xargs rm
It's a bit more complicated than that, since we're not using the images stored on bacon anymore. However they may be stored in the squid cluster. Something like...
find * -size 0 -print | perl -ne 'print "http://upload.wikimedia.org/$_%5Cn"' | php purgeList.php
That may work, or at least rule out the current hypothesis.
-- Tim Starling