Page MenuHomePhabricator

purgeList.php does not seem to work in Wikimedia production
Closed, InvalidPublic

Description

rOMWCdddccbe1e90d: Change Javanese Wiktionary logo changed the logo https://jv.wiktionary.org/static/images/project-logos/jvwiktionary.png - old logo says "Wiktionary" and has W mahjong thingie in the middle, new logo says Wikisastra and has W in the upper right. Also, old logo is 21K and new is 9K.

Purging the logo URL (via echo 'https://jv.wiktionary.org/static/images/project-logos/jvwiktionary.png' | mwscript purgeList.php) doesn't seem to quite work.

$ curl -v -o/dev/null https://jv.wiktionary.org/static/images/project-logos/jvwiktionary.png
< server: mw1389.eqiad.wmnet
< last-modified: Thu, 28 May 2020 07:28:27 GMT
< content-length: 21377
< x-cache: cp1087 hit, cp1089 hit/10
< x-cache-status: hit-front

as can be seen from the content length, this is the wrong image. The appserver does have the correct file, and apparently some people do get it.

Right after a purge I get

< x-cache: cp1087 hit, cp1089 miss
< x-cache-status: hit-local

which is strange, AIUI it should be a miss/miss. So it seems like the purge only partially works?