https://bugzilla.wikimedia.org/show_bug.cgi?id=41113
--- Comment #3 from Aaron Schulz <[email protected]> 2012-10-17 21:27:26 UTC --- According to eval.php: > $be = FileBackendGroup::singleton()->get( 'local-swift' ); > $root = $be->getRootStoragePath() . '/local-thumb'; > $obj = '3/34/Flag_of_El_Salvador.svg/25px-Flag_of_El_Salvador.svg.png'; > var_dump( $be->getFileStat( array( 'src' => "$root/$obj" ) ) ); bool(false) The bad files are not in swift. So I guess that file is just in squid. The error message is apparently a swift 404 error message. So it some point swift have a 404 and either: a) squid cached it wrongly, or b) the response had the wrong headers, so squid didn't know it was a 404 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
