Page MenuHomePhabricator

Switchover m3 master db1101 -> db1159
Closed, ResolvedPublic

Description

Databases on m3: phabricator
When: TBD
Impact: Writes will be disabled for around 1 minute.

Failover process

OLD MASTER: db1101

NEW MASTER: db1159

  • Check configuration differences between new and old master

$ pt-config-diff h=db1101.eqiad.wmnet,F=/root/.my.cnf h=db1159.eqiad.wmnet,F=/root/.my.cnf

  • Silence alerts on all hosts: sudo cookbook sre.hosts.downtime --hours 1 -r "m3 master switchover T331387" 'A:db-section-m3'
  • Topology changes: move everything under db1159

db-switchover --timeout=15 --only-slave-move db1101.eqiad.wmnet db1159.eqiad.wmnet

run-puppet-agent && cat /etc/haproxy/conf.d/db-master.cfg

  • Start the failover: !log Failover m3 from db1101 to db1159 - T331387
  • Set phabricator in RO:
ssh phab1004
    sudo /srv/phab/phabricator/bin/config set cluster.read-only true
    # restart database server
    sudo /srv/phab/phabricator/bin/config set cluster.read-only false
  • DB switchover

root@cumin1001:~/wmfmariadbpy/wmfmariadbpy# db-switchover --skip-slave-move db1101 db1159

  • Reload haproxies
dbproxy1016:   systemctl reload haproxy && echo "show stat" | socat /run/haproxy/haproxy.sock stdio
dbproxy1020:   systemctl reload haproxy && echo "show stat" | socat /run/haproxy/haproxy.sock stdio
  • kill connections on the old master (db1101)

pt-kill --print --kill --victims all --match-all F=/dev/null,S=/run/mysqld/mysqld.sock

  • Restart puppet on old and new masters (for heartbeat):db1159 and db1101 sudo cumin 'db1159* or db1101*' 'run-puppet-agent -e "primary switchover T331387"'
  • Check services affected: phabricator
  • Clean orchestrator heartbeat to remove the old masters' one, otherwise Orchestrator will show lag: delete from heartbeat where server_id=171974854;
  • Decommission db1101: T329352

Event Timeline

Mentioned in SAL (#wikimedia-operations) [2023-03-08T06:48:16Z] <marostegui@cumin1001> START - Cookbook sre.hosts.downtime for 1:00:00 on db[2134,2160].codfw.wmnet,db[1101,1117,1159].eqiad.wmnet with reason: m3 master switchover T331387

Mentioned in SAL (#wikimedia-operations) [2023-03-08T06:48:22Z] <marostegui@cumin1001> END (PASS) - Cookbook sre.hosts.downtime (exit_code=0) for 1:00:00 on db[2134,2160].codfw.wmnet,db[1101,1117,1159].eqiad.wmnet with reason: m3 master switchover T331387

Mentioned in SAL (#wikimedia-operations) [2023-03-08T06:53:42Z] <marostegui> Failover m3 from db1101 to db1159 - T331387

Marostegui updated the task description. (Show Details)

All done