https://bugzilla.wikimedia.org/show_bug.cgi?id=52200

--- Comment #6 from Bawolff (Brian Wolff) <[email protected]> ---
Current suspicion: File objects get cached in memcached. Perhaps when moving
file, file isn't cleared from memcached. Person goes to view redirect, various
code loads the file from cache. However the file object loaded from cached is
the one that used to be associated with this title, but isn't anymore. Thus
$file->getRedirected() returns false, because its still the old version of the
file before it was a redirect. Eventually file falls out of memcached, and
everything works.

(I haven't tested this theory yet. may be wrong).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to