Page MenuHomePhabricator

Switchover x1 master (db1179 -> db1220)
Closed, InvalidPublic

Description

When: During a pre-defined DBA maintenance windows

Prerequisites: https://wikitech.wikimedia.org/wiki/MariaDB/Primary_switchover

  • Team calendar invite

Affected wikis:: TO-DO

Checklist:

NEW primary: db1220
OLD primary: db1179

  • Check configuration differences between new and old primary:
sudo pt-config-diff --defaults-file /root/.my.cnf h=db1179.eqiad.wmnet h=db1220.eqiad.wmnet

Failover prep:

  • Silence alerts on all hosts:
sudo cookbook sre.hosts.downtime --hours 1 -r "Primary switchover x1 T336248" 'A:db-section-x1'
  • Set NEW primary with weight 0 (and depool it from API or vslow/dump groups if it is present).
sudo dbctl instance db1220 set-weight 0
sudo dbctl config commit -m "Set db1220 with weight 0 T336248"
  • Topology changes, move all replicas under NEW primary
sudo db-switchover --timeout=25 --only-slave-move db1179 db1220
  • Disable puppet on both nodes
sudo cumin 'db1179* or db1220*' 'disable-puppet "primary switchover T336248"'
  • Merge gerrit puppet change to promote NEW primary: FIXME

Failover:

  • Log the failover:
!log Starting x1 eqiad failover from db1179 to db1220 - T336248
  • Set section read-only:
sudo dbctl --scope eqiad section x1 ro "Maintenance until 06:15 UTC - T336248"
sudo dbctl config commit -m "Set x1 eqiad as read-only for maintenance - T336248"
  • Check x1 is indeed read-only
  • Switch primaries:
sudo db-switchover --skip-slave-move db1179 db1220
echo "===== db1179 (OLD)"; sudo db-mysql db1179 -e 'show slave status\G'
echo "===== db1220 (NEW)"; sudo db-mysql db1220 -e 'show slave status\G'
  • Promote NEW primary in dbctl, and remove read-only
sudo dbctl --scope eqiad section x1 set-master db1220
sudo dbctl --scope eqiad section x1 rw
sudo dbctl config commit -m "Promote db1220 to x1 primary and set section read-write T336248"
  • Restart puppet on both hosts:
sudo cumin 'db1179* or db1220*' 'run-puppet-agent -e "primary switchover T336248"'

Clean up tasks:

  • Clean up heartbeat table(s).
sudo db-mysql db1220 heartbeat -e "delete from heartbeat where file like 'db1179%';"
  • change events for query killer:
events_coredb_master.sql on the new primary db1220
events_coredb_slave.sql on the new slave db1179
  • Update DNS: FIXME
  • Update candidate primary dbctl and orchestrator notes
sudo dbctl instance db1179 set-candidate-master --section x1 true
sudo dbctl instance db1220 set-candidate-master --section x1 false
(dborch1001): sudo orchestrator-client -c untag -i db1220 --tag name=candidate
(dborch1001): sudo orchestrator-client -c tag -i db1179 --tag name=candidate
sudo db-mysql db1215 zarcillo -e "select * from masters where section = 'x1';"
  • (If needed): Depool db1179 for maintenance.
sudo dbctl instance db1179 depool
sudo dbctl config commit -m "Depool db1179 T336248"
  • Change db1179 weight to mimic the previous weight db1220:
sudo dbctl instance db1179 edit
  • Apply outstanding schema changes to db1179 (if any)
  • Update/resolve this ticket.

Related Objects

Event Timeline

Change 916918 had a related patch set uploaded (by Gerrit maintenance bot; author: Gerrit maintenance bot):

[operations/puppet@production] mariadb: Promote db1220 to x1 master

https://gerrit.wikimedia.org/r/916918

Change 916919 had a related patch set uploaded (by Gerrit maintenance bot; author: Gerrit maintenance bot):

[operations/dns@master] wmnet: Update x1-master alias

https://gerrit.wikimedia.org/r/916919

Change 916918 abandoned by Marostegui:

[operations/puppet@production] mariadb: Promote db1220 to x1 master

Reason:

Testing

https://gerrit.wikimedia.org/r/916918

Change 916919 abandoned by Marostegui:

[operations/dns@master] wmnet: Update x1-master alias

Reason:

Testing

https://gerrit.wikimedia.org/r/916919