Last modified: 2014-10-30 17:35:38 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T74766, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 72766 - Zuul status page is frozen, status.json is cached by misc Varnish
Zuul status page is frozen, status.json is cached by misc Varnish
Status: RESOLVED INVALID
Product: Wikimedia
Classification: Unclassified
Continuous integration (Other open bugs)
wmf-deployment
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-30 16:44 UTC by Antoine "hashar" Musso (WMF)
Modified: 2014-10-30 17:35 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Antoine "hashar" Musso (WMF) 2014-10-30 16:44:27 UTC
I have upgraded Zuul to fix Bug 47609 - [upstream] Zuul: status.json API should be able to filter by change

Turns out the change has a regression which cause the misc varnish to cache page. Most probably because caching headers are missing.

Example:

curl --verbose 'https://integration.wikimedia.org/zuul/status.json' > /dev/null

< HTTP/1.1 200 OK
* Server nginx/1.1.19 is not blacklisted
< Server: nginx/1.1.19
< Date: Thu, 30 Oct 2014 16:43:34 GMT
< Content-Type: application/json
< Content-Length: 57043
< Connection: keep-alive
< Vary: X-Forwarded-Proto
< Access-Control-Allow-Origin: *
< Last-Modified: Thu, 30 Oct 2014 16:43:26 GMT
< Accept-Ranges: bytes
< X-Varnish: 1581574803 1581574790
< Age: 7
  ^^^^^^
< Via: 1.1 varnish
< X-Cache: cp1044 hit (1)
                  ^^^^^^^
Comment 1 Antoine "hashar" Musso (WMF) 2014-10-30 17:26:40 UTC
Cache-Control might be sent with https://review.openstack.org/#/c/132073/
Comment 2 Antoine "hashar" Musso (WMF) 2014-10-30 17:35:38 UTC
I was trying with curl but our web page uses a cache breaker so there is no need for Cache-Control headers in our setup :D

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links