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

From Wikitech-static
Jump to navigation Jump to search
imported>Faidon Liambotis
imported>Faidon Liambotis
(→‎Introduction: update dates)
Line 8: Line 8:
* MediaWiki 5-minute read-only test: Tuesday, March 15th 07:00 UTC
* MediaWiki 5-minute read-only test: Tuesday, March 15th 07:00 UTC
* Services:  Thursday, March 17th (1000 UTC)
* Services:  Thursday, March 17th (1000 UTC)
* ElasticSearch: Thursday, March 17th (1300 UTC)
* ElasticSearch: week of April 4th
* MediaWiki: Tuesday, March 22nd (fallback: April 18th)
* MediaWiki: Monday, April 18th (requires read-only mode)


==== Switching back ====
==== Switching back ====
* MediaWiki: Thursday, March 24th (requires read-only mode)
* MediaWiki: Wednesday, April 20th (requires read-only mode)
* Services, ElasticSearch, Traffic, Swift, Deployment server: Thursday, March 24th after MediaWiki
* Services, ElasticSearch, Traffic, Swift, Deployment server: Wednesday, April 20th after MediaWiki


== Per-service switchover instructions ==
== Per-service switchover instructions ==
Line 43: Line 43:


==== Databases ====
==== Databases ====
See the separate page on [[MariaDB/troubleshooting#Depooling_a_master_.28a.k.a._promoting_a_new_slave_to_master.29|how to promote a new slave to master]].
See the separate page on [[MariaDB/troubleshooting#Depooling_a_master_.28a.k.a._promoting_a_new_slave_to_master.29|how to promote a new slave to master]]. Please note that no topology change happens on failover, so very little from that applies.


==== Job queue ====
==== Job queue ====

Revision as of 17:35, 16 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: week of April 4th
  • MediaWiki: Monday, April 18th (requires read-only mode)

Switching back

  • MediaWiki: Wednesday, April 20th (requires read-only mode)
  • Services, ElasticSearch, Traffic, Swift, Deployment server: Wednesday, April 20th after MediaWiki

Per-service switchover instructions

MediaWiki-related

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. Please note that no topology change happens on failover, so very little from that applies.

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

Inter-Cache routing

Cache->App 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:

Other miscellaneous