MariaDB/misc
Appearance
< MariaDB
There are 4 "miscellaneous" shards: m1-m5.
- m1: Internal services used by SRE Team (Bacula, LibreNMS), and Etherpad.
- m2: VRTS, DebMonitor, XHGui, recommendations api, and others.
- m3: Phabricator, and legacy issue tracking systems.
- m5: Mailman, cxserverdb, Wikitech wiki, WMCS-related services (Toolsadmin.wikimedia.org, Toolhub.wikimedia.org), and others.
- db_inventory: Orchestrator (including dbtree backend) and Zarcillo.
On the last cleanup, many unused databases were archived and/or deleted, and a contact person was discovered for each of them.
m1
Current schemas
These are the current dbs, and what was needed to failover then:
- bacula9: The Bacula metadata database. We make sure there is not backup running at the time so we avoid backup failures. Currently we stop bacula-dir (may require puppet disabling to prevent it from automatically restarting) to make sure no new backups start and potentially fail, as temporarily stopping the director should not have any user imapact. If backups are running, stopping the daemon will cancel the ongoing jobs. Consider rescheduling them (run) if they are important and time-sensitive, otherwise they will be schedule at a later time automatically following configuration. On bacula start, sometimes the bacula prometheus exporter could enter in a race condition with the bacula daemon- so it might require a
systemctl restart prometheus-bacula-exporter.service
Owners: Jaime, backup: Alex - cas: Database to store 2FA tokens registered via Apereo CAS (idp.wikimedia.org): Owners: John Bond, Moritz https://phabricator.wikimedia.org/T268327
- dbbackups: Database backups metadata, on master failover need manual update as it doesn't use the proxy. Owners: Jaime At the moment, it requires manual migration of connections after failover: https://gerrit.wikimedia.org/r/c/operations/puppet/+/668449
- etherpadlite: seems like etherpad-lite errors out and terminates after the migration. Normally systemd takes care of it and restarts it instantly. However if the maintenance window takes long enough, systemd will back out and stop trying to restart, in which case a systemctl restart etherpad-lite will be required. etherpad crashes anyway at least once a week if not more so no big deal ; tested by opening a pad. Owners: Alex. Killed idle db connection on failover.
- heartbeat: Its writes should stop/start automatically when switching its puppet primary/replica config. Will need cleanup of old records after switch, for Orchestrator, see: MariaDB#Misc_section_failover_checklist_(example_with_m2) Owners: DBAs.
- pki: Database to store signed certificates managed by pki.discovery.wmnet: Owners: John Bond, Moritz (https://phabricator.wikimedia.org/T268329). Sometimes it needs to be restarted:
pki1001:~# systemctl restart cfssl-ocsprefresh-debmonitor.service
- librenms: required manual kill of its connections
@netmon1001: apache reload
Owners: Netops (Arzhel). Killed idle db connection. - rddmarc: ?
- rt: Old ticket manger, kept in read only for reference of contracts/orders, etc. Owners: Daniel, alex can help. Mosty used by RobH. Required manual kill of its connections ;
@unobtinium: apache reload
Restarted apache2 on ununpentium to reset connections.
Deleted/archived schemas
- bacula old bacula database (for bacula 7.x). Archived into the backups "archive pool"
- blog: to archive
- bugzilla: to archive * kill archived and dropped
- bugzilla3: idem kill archived and dropped
- bugzilla4: idem archive, actually, we also have this on dumps.wm.org https://dumps.wikimedia.org/other/bugzilla/ but that is the sanitized version, so keep this archive just in case i guess
- bugzilla_testing: idem kill archived and dropped
- communicate: ? archived and dropped
- communicate_civicrm: not fundraising! we're not sure what this is, we can check users table to determine who administered it archived and dropped
- dashboard_production: Puppet dashboard db. Never used it in my 3 years here, product sucks. Kill with fire. - alex archived and dropped
- outreach_civicrm: not fundraising, this is the contacts.wm thing, not used anymore, but in turn it means i dont know what "communicate" is then, we can look at the users tables for info on the
- admin: archived and dropped
- outreach_drupal: kill archived and dropped
- percona: jynus dropped
- puppet: required manual kill of its connections; This caused the most puppet spam. Either restart puppet-masters or kill connections **as soon** as the failover happens. Puppet no longer uses mysql, but its own postgres-backed storage. Was kept for a while for stats/observability. Owner: Alex
- query_digests: jynus archived and dropped
- racktables: Migrated to netbox, which uses Postgres. Finally removed. Owners: DC ops. jmm checked it after failover. went fine, no problems.
- test: archived and dropped
- test_drupal: er, kill with fire ? kill archived and dropped
m2
Current schemas
These are the current dbs, and what was needed to failover then:
- otrs: Normally requires restart of otrs-daemon, apache on mendelevium. People: arnoldokoth, lsobanski
- debmonitor: Normally nothing is required. People: volans, moritz, simon
- Django smoothly fails over without any manual intervention.
- At most check
sudo tail -F /var/log/debmonitor/main.log
on the active Debmonitor host (debmonitor1003
as of Feb. 2024).- Some failed writes logged with
HTTP/1.1 500
and a stacktrace likedjango.db.utils.OperationalError: (1290, 'The MariaDB server is running with the --read-only option so it cannot execute this statement')
are expected, followed by the resume of normal operations with most write operations logged asHTTP/1.1 201
.
- Some failed writes logged with
- In case of issues it's safe to try a restart performing:
sudo systemctl restart debmonitor-server.service
- heartbeat: Its writes should stop/start automatically when switching its puppet primary/replica config. Will need cleanup of old records after switch, for Orchestrator, see: MariaDB#Misc_section_failover_checklist_(example_with_m2) Owners: DBAs.
- xhgui: XHGui, SRE Observability team
- excimer: Excimer UI, SRE Observability team
- recommendationapi: k8s service, nothing required, should "just work". People: akosiaris, only user is Android application.
- iegreview: Shared nothing PHP application; should "just work". People: bd808, Niharika
- scholarships: Shared nothing PHP application; should "just work". People: bd808, Niharika
- sockpuppet: Sockpuppet detection service (also known as the similar-users service). PySpark model currently generates the CSV files and the application needs to be restarted to reload these files. Ideally the process that creates these files would simply update the database in-place. https://phabricator.wikimedia.org/T268505. People: Hnowlan
- mwaddlink: (https://phabricator.wikimedia.org/T267214 )The Link Recommendation Service is an application hosted on kubernetes with an API accessible via HTTP. It responds to a POST request containing wikitext of an article and responds with a structured response of link recommendations for the article. It does not have caching or storage; the client (MediaWiki) is responsible for doing that. MySQL table per wiki is used for caching the actual link recommendations (task T261411); each row contains serialized link recommendations for a particular article. https://wikitech.wikimedia.org/wiki/Add_Link . People: kostajh
dbproxies will need reload (systemctl reload haproxy && echo "show stat" | socat /run/haproxy/haproxy.sock stdio). You can check what's the active proxy by:
host m2-master.eqiad.wmnet
The passive can be checked by running grep -iR m2 hieradata/hosts/* on the puppet repo
Deleted/archived schemas
- testotrs: alex: kill it with ice and fire
- testblog: archive it like blog
- bugzilla_testing: archive it with the rest of bugzillas
- reviewdb + reviewdb-test (deprecated & deleted): Gerrit: Normally needs a restart on gerrit1001 just in case. People: akosiaris, hashar
m3
Current schemas
- phabricator_*: 57 schemas to support phabricator itself
- rt_migration: schema needed for some crons related to phabricator jobs
- bugzilla_migration: schema needed for some crons related to phabricator jobs
- heartbeat: Its writes should stop/start automatically when switching its puppet primary/replica config. Will need cleanup of old records after switch, for Orchestrator, see: MariaDB#Misc_section_failover_checklist_(example_with_m2) Owners: DBAs.
Dropped schemas
- fab_migration
m5
Current schemas
- labswiki: schema for wikitech (MediaWiki)
- striker: schema for toolsadmin.wikimedia.org (Striker)
- labsdbaccounts schema for maintain-dbusers (Toolforge)
- test_labsdbaccounts cloud team (not in use) https://phabricator.wikimedia.org/T255950#6260581
- testreduce / testreduce_vd parsoid / ssastry (T257906).
- cxserverdb Generate section mappings (T306963).
- idm and idm_staging (T338008).
- ipoid Generate section mappings (T305114)
- mailman3 and mailman3web Generate section mappings (T278614)
- heartbeat: Its writes should stop/start automatically when switching its puppet primary/replica config. Will need cleanup of old records after switch, for Orchestrator, see: MariaDB#Misc_section_failover_checklist_(example_with_m2) Owners: DBAs.