Jcrespo has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/391876 )

Change subject: mariadb: Pool only the servers with working replication
......................................................................


mariadb: Pool only the servers with working replication

Bug: T180714
Change-Id: I11a2301188298fb86777afebd772f99dfdb6d59f
---
M wmf-config/db-eqiad.php
1 file changed, 10 insertions(+), 16 deletions(-)

Approvals:
  Marostegui: Looks good to me, but someone else must approve
  Jcrespo: Verified; Looks good to me, approved



diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 52bf439..d954a25 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -144,9 +144,9 @@
        ],
        's5' => [
                # 'db1063' => 0,   # C5 2.8TB 128GB, master, down
-               'db1070' => 0,   # D1 2.8TB 160GB, vslow, dump #ROW based 
replication - master for db1095
+               'db1070' => 0,   # D1 2.8TB 160GB, master
                # 'db1071' => 1,   # D1 2.8TB 160GB, future s8 master
-               'db1082' => 300, # A2 3.6TB 512GB, api
+               'db1082' => 300, # A2 3.6TB 512GB, api, recentchanges, slow
                'db1087' => 500, # C2 3.6TB 512GB
                # 'db1092' => 500, # D2 3.6TB 512GB #T174569
                # 'db1096' => 1,   # A6 3.6TB 512GB, watchlist, recentchanges, 
contributions, logpager #T174569
@@ -382,34 +382,28 @@
        ],
        's5' => [
                'vslow' => [
-                       'db1070' => 1,
+                       'db1082' => 1,
                ],
                'dump' => [
-                       'db1070' => 1,
+                       'db1082' => 1,
                ],
                'api' => [
-                       'db1082' => 5,
-                       'db1104' => 1,
+                       'db1082' => 1,
                ],
                'watchlist' => [
-                       # 'db1096' => 1,
-                       'db1099' => 1,
+                       'db1082' => 1,
                ],
                'recentchanges' => [
-                       # 'db1096' => 1,
-                       'db1099' => 1,
+                       'db1082' => 1,
                ],
                'recentchangeslinked' => [
-                       # 'db1096' => 1,
-                       'db1099' => 1,
+                       'db1082' => 1,
                ],
                'contributions' => [
-                       # 'db1096' => 1,
-                       'db1099' => 1,
+                       'db1082' => 1,
                ],
                'logpager' => [
-                       # 'db1096' => 1,
-                       'db1099' => 1,
+                       'db1082' => 1,
                ],
        ],
        's6' => [

-- 
To view, visit https://gerrit.wikimedia.org/r/391876
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I11a2301188298fb86777afebd772f99dfdb6d59f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <jcre...@wikimedia.org>
Gerrit-Reviewer: Jcrespo <jcre...@wikimedia.org>
Gerrit-Reviewer: Marostegui <maroste...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to