Jcrespo has submitted this change and it was merged.

Change subject: Repool db1035 at 100%, depool db1015 for maintenance
......................................................................


Repool db1035 at 100%, depool db1015 for maintenance

Setting db1027 as db1015's roles. This may cause some
slowdowns, so we need to monitor the performance and revert
if it cases problems. Otherwise, a 5-day alter table may
be needed previos to maintenance.

Change-Id: I2c5324d5694c233e8a6119d858d1c226c4424edd
References: T110504
---
M wmf-config/db-eqiad.php
1 file changed, 13 insertions(+), 8 deletions(-)

Approvals:
  Jcrespo: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index dd55442..353f4e1 100755
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -109,9 +109,9 @@
        ),
        /* s3 */ 'DEFAULT' => array(
                'db1038' => 0,   # 1.4TB  64GB
-               'db1027' => 0,   # 1.4TB  64GB, vslow, dump
-               'db1015' => 50,  # 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
-               'db1035' => 50,  # 1.4TB  64GB
+               'db1027' => 0,  # 1.4TB  64GB, vslow, dump, (temp. 
watch/rc/etc.)
+#              'db1015' => 50,  # 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
+               'db1035' => 400, # 1.4TB  64GB
                'db1044' => 400, # 1.4TB  64GB
        ),
        's4' => array(
@@ -232,19 +232,24 @@
                        'db1027' => 1,
                ),
                'watchlist' => array(
-                       'db1015' => 1,
+                       'db1027' => 1,
+#                      'db1015' => 1,
                ),
                'recentchanges' => array(
-                       'db1015' => 1,
+                       'db1027' => 1,
+#                      'db1015' => 1,
                ),
                'recentchangeslinked' => array(
-                       'db1015' => 1,
+                       'db1027' => 1,
+#                      'db1015' => 1,
                ),
                'contributions' => array(
-                       'db1015' => 1,
+                       'db1027' => 1,
+#                      'db1015' => 1,
                ),
                'logpager' => array(
-                       'db1015' => 1,
+                       'db1027' => 1,
+#                      'db1015' => 1,
                ),
        ),
        's4' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2c5324d5694c233e8a6119d858d1c226c4424edd
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to