https://bugzilla.wikimedia.org/show_bug.cgi?id=65683
--- Comment #5 from Antoine "hashar" Musso <[email protected]> --- The purge destination is configured in operations/mediawiki-config.git in wmf-config/squid-labs.php : $wgHTCPRouting = array( '|^https?://upload\.beta\.wmflabs\.org|' => array( 'host' => '10.68.17.51', # deployment-cache-upload02 'port' => 4827, ), ... I tried a manual purge with: http://upload.beta.wmflabs.org/wikipedia/commons/thumb/c/ca/Imaginative_depiction_of_the_completed_Forth_Rail_Bridge.jpg/800px-Imaginative_depiction_of_the_completed_Forth_Rail_Bridge.jpg Ie: mwdeploy@deployment-bastion:~$ mwscript purgeList.php http://upload.beta.wmflabs.org/wikipedia/commons/thumb/c/ca/Imaginative_depiction_of_the_completed_Forth_Rail_Bridge.jpg/800px-Imaginative_depiction_of_the_completed_Forth_Rail_Bridge.jpg Purging 1 urls Done! mwdeploy@deployment-bastion:~$ On varnish side: deployment-cache-upload02.eqiad.wmflabs 25 2014-05-23T17:56:19 0.000068188 127.0.0.1 -/204 0 PURGE http://upload.beta.wmflabs.org/wikipedia/commons/thumb/c/ca/Imaginative_depiction_of_the_completed_Forth_Rail_Bridge.jpg/800px-Imaginative_depiction_of_the_completed_Forth_Rail_Bridge.jpg - - - - vhtcpd $ Maybe gwtoolset hit some code which ends up not sending purge request? We might be able to find out the debug log if purge requests are logged there. -- 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
