Marostegui has uploaded a new change for review.

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

Change subject: db-eqiad.php: Depool db1068
......................................................................

db-eqiad.php: Depool db1068

db1068 needs an ALTER TABLE so temporary depool it.
In order to help with API traffic I have reduced db1081's general
traffic weight to pool it for some API traffic and help db1059

Bug: T147305
Change-Id: Id4d3943ab22c74d493d6ae01f6b4f9095531ead2
---
M wmf-config/db-eqiad.php
1 file changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/15/322615/1

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index a675ba3..50a2165 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -133,8 +133,8 @@
                'db1056' => 1,   # 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
                'db1059' => 1,   # 2.8TB  96GB, api
                'db1064' => 0,   # 2.8TB 160GB, vslow, dump
-               'db1068' => 1,   # 2.8TB 160GB, api
-               'db1081' => 500, # 3.6TB 512GB
+#              'db1068' => 1,   # 2.8TB 160GB, api, #Maintenance T147305
+               'db1081' => 300, # 3.6TB 512GB, api, #Temporary serving api 
T147305
                'db1084' => 500, # 3.6TB 512GB
                'db1091' => 500, # 3.6TB 512GB
        ],
@@ -327,8 +327,9 @@
                        'db1064' => 1,
                ],
                'api' => [
-                       'db1059' => 1,
-                       'db1068' => 3,
+                       'db1059' => 3,
+#                      'db1068' => 3,
+                       'db1081' => 1,
                ],
                'watchlist' => [
                        'db1053' => 1,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4d3943ab22c74d493d6ae01f6b4f9095531ead2
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: 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