You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Switch Datacenter: Difference between revisions
imported>Mark Bergsma (→Schedule for Q3 FY2015-2016 rollout: add switchback) |
imported>Faidon Liambotis |
||
Line 3: | Line 3: | ||
=== Schedule for Q3 FY2015-2016 rollout === | === Schedule for Q3 FY2015-2016 rollout === | ||
* Deployment server: | * Deployment server: Wednesday, January 20th | ||
* Media storage/Swift: Thursday, March 10th 17:00 UTC | * Media storage/Swift: Thursday, March 10th 17:00 UTC | ||
* Traffic: Thursday, March 10th | * Traffic: Thursday, March 10th | ||
* MediaWiki 5-minute read-only test: Tuesday, March 15th 07:00 UTC | |||
* Services: Thursday, March 17th (1000 UTC) | |||
* ElasticSearch: Thursday, March 17th (1300 UTC) | * ElasticSearch: Thursday, March 17th (1300 UTC) | ||
* MediaWiki: Tuesday, March 22nd (fallback: April 18th) | * MediaWiki: Tuesday, March 22nd (fallback: April 18th) | ||
Revision as of 14:28, 15 March 2016
Introduction
A datacenter switchover (from eqiad to codfw, or vice-versa) comprises switching over multiple different components, some of which can happen independently and many of which need to happen in lockstep. This page documents all the steps needed to switch over from a master datacenter to another one, broken up by component.
Schedule for Q3 FY2015-2016 rollout
- Deployment server: Wednesday, January 20th
- Media storage/Swift: Thursday, March 10th 17:00 UTC
- Traffic: Thursday, March 10th
- MediaWiki 5-minute read-only test: Tuesday, March 15th 07:00 UTC
- Services: Thursday, March 17th (1000 UTC)
- ElasticSearch: Thursday, March 17th (1300 UTC)
- MediaWiki: Tuesday, March 22nd (fallback: April 18th)
Switching back
- MediaWiki: Thursday, March 24th (requires read-only mode)
- Services, ElasticSearch, Traffic, Swift, Deployment server: Thursday, March 24th after MediaWiki
Per-service switchover instructions
Before switch over (after any local testing within codfw):
- Wipe memcached to prevent stale values (MediaWiki isn't ready for Multi-DC yet).
- Once eqiad is read-only and cofdw read-only master/slaves are caught up; any subsequent requests to codfw that set memcached are fine.
The overall plan for an eqiad->codfw switchover is:
- Warmup codfw databases
- Warming up memcached with parsercache entries
- Deploy mediawiki-config with all shards set to read-only
- Set eqiad databases (masters) in read-only mode; stop pt-heartbeat (?)
- Memcache/Redis failover
- Deploy Varnish to switch backend to appserver.svc.codfw.wmnet/api.svc.codfw.wmnet
- Deploy services to change their MediaWiki action API endpoint
- RESTBase (uses puppet's $mw_primary, needs puppet run + service restart)
- Parsoid (manages its own config, will need a deploy + restart of its own)
- Mobileapps (no manual intervention needed)
- Master swap for every core (s1-7), ES (es1-3), parsercache (pc) and External store (x1) database
- Technically there is nothing to do at database level once circular replication is setup
- In reality, some small deploys: set codfw masters mysql as read-write and start pt-heartbeat-wikimedia there; change *-master dns to the new masters (only used by humans); optionally: puppetize $master = true
- Deploy mediawiki-config (only codfw?) with all shards set to read-write
The plan for switching back is the reverse of the above, with the following extra step:
- Wipe memcached to clear invalidated cached memory
Databases
See the separate page on how to promote a new slave to master.
Job queue
See bug T124673.
Debugging
You can force Varnish to pass a request to a backend in codfw or eqiad using the X-Wikimedia-Debug header.
For codfw, use X-Wikimedia-Debug: backend=mw2017.codfw.wmnet
For eqiad, use X-Wikimedia-Debug: backend=mw1017.eqiad.wmnet
Media storage/Swift
Originals
- Instruct mediawiki to write synchronously to both eqiad/codfw with https://gerrit.wikimedia.org/r/276071
- Change varnish backends for app swift in hieradata/common/cache/upload.yaml to point to codfw
- Change route_table in hieradata/role/common/cache/upload.yaml so that codfw is direct.
- Change route_table in hieradata/role/common/cache/upload.yaml so that eqiad points to codfw.
Thumbnails
- Point swift rewrite middleware to codfw with https://gerrit.wikimedia.org/r/#/c/268080/ and run puppet on ms-fe* plus swift-init all reload for the changes to take effect. Now 404s for thumbs will hit codfw imagescalers.
- Change varnish backends for app rendering in hieradata/common/cache/text.yaml to point to codfw
- Change varnish backends for app swift_thumbs in hieradata/common/cache/upload.yaml to point to codfw, user traffic for thumbs hits swift codfw
ElasticSearch
Traffic
GeoDNS user routing
- Traffic-layer only, no interdependencies elsewhere
- Granularity is per-cache-cluster (misc, maps, text, upload)
- Documented at: https://wikitech.wikimedia.org/wiki/Global_Traffic_Routing#GeoDNS
Inter-Cache routing
- Traffic-layer only, no interdependencies elsewhere
- Granularity is per-cache-cluster (misc, maps, text, upload)
- Documented at: https://wikitech.wikimedia.org/wiki/Global_Traffic_Routing#Inter-Cache_Routing
Cache->App routing
- Normally will have inter-dependencies with application-level work
- Granularity is per-application-service (how they're defined at the back end of varnish)
- Documented at: https://wikitech.wikimedia.org/wiki/Global_Traffic_Routing#Cache-to-Application_Routing
Services
- RESTBase and Parsoid already active in codfw, using eqiad MW API.
- Shift traffic to codfw:
- Public traffic: Update Varnish backend config.
- Update RESTBase and Flow configs in mediawiki-config to use codfw.
- During MW switch-over:
- Update RESTBase and Parsoid to use MW API in codfw, either using puppet / Parsoid deploy, or DNS. See https://phabricator.wikimedia.org/T125069.
Other miscellaneous
- Deployment server
- EventLogging
- IRC/RCstream