Marostegui has uploaded a new change for review.

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

Change subject: db-eqiad.php: Depool db1071 for maintenance
......................................................................

db-eqiad.php: Depool db1071 for maintenance

db1071 needs an ALTER table. It is serving API, so in order to
help with the API load I have pooled db1082 in temporarily

Bug: T148967
Change-Id: Ie0174d05d7553ab6e580524659bdbbb031a84847
---
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/61/324861/1

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index c9d6a52..2a389c0 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -143,8 +143,8 @@
                'db1026' => 1,   # 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
                'db1045' => 0,   # 1.4TB  64GB, vslow, dump
                'db1070' => 50,  # 2.8TB 160GB, api, old master
-               'db1071' => 50,  # 2.8TB 160GB, api
-               'db1082' => 500, # 3.6TB 512GB
+#              'db1071' => 50,  # 2.8TB 160GB, api #T148967
+               'db1082' => 300, # 3.6TB 512GB, api #Temporarily serving api 
#T148967
                'db1087' => 500, # 3.6TB 512GB
                'db1092' => 500, # 3.6TB 512GB
        ],
@@ -359,8 +359,9 @@
                        'db1045' => 1,
                ],
                'api' => [
-                       'db1070' => 1,
-                       'db1071' => 1,
+                       'db1082' => 1,
+                       'db1070' => 3,
+#                      'db1071' => 1,
                ],
                'watchlist' => [
                        'db1026' => 1,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0174d05d7553ab6e580524659bdbbb031a84847
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