Jcrespo has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379718 )

Change subject: Repool db1055 with low weight after maintenance
......................................................................

Repool db1055 with low weight after maintenance

db1055 got stuck last night and was giving weird performance issue
messages- we depooled it out of cation; then restarted it and
upgrade it.

This is the pooling weight until it warms up.

Change-Id: I0d214c6cc5efa9b572a7d327378bcc428315bd55
---
M wmf-config/db-eqiad.php
1 file changed, 11 insertions(+), 11 deletions(-)


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 7232bf8..00de7c8 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -104,7 +104,7 @@
                'db1052' => 0,   # B3 2.8TB  96GB, master
                'db1067' => 0,   # D1 2.8TB 160GB, old master
                'db1051' => 50,  # B3 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
-               # 'db1055' => 50,  # C2 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
+               'db1055' => 1,   # C2 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager # low weight
                'db1065' => 0,   # D1 2.8TB 160GB, vslow, dump, master for 
sanitarium
                'db1066' => 10,  # D1 2.8TB 160GB, api
                'db1072' => 50,  # B2 2.8TB 160GB, api
@@ -245,24 +245,24 @@
 'groupLoadsBySection' => [
        's1' => [
                'watchlist' => [
-                       'db1051' => 1,
-               #       'db1055' => 1,
+                       'db1051' => 10,
+                       'db1055' => 1,
                ],
                'recentchanges' => [
-                       'db1051' => 1,
-               #       'db1055' => 1,
+                       'db1051' => 10,
+                       'db1055' => 1,
                ],
                'recentchangeslinked' => [
-                       'db1051' => 1,
-               #       'db1055' => 1,
+                       'db1051' => 10,
+                       'db1055' => 1,
                ],
                'contributions' => [
-                       'db1051' => 1,
-               #       'db1055' => 1,
+                       'db1051' => 10,
+                       'db1055' => 1,
                ],
                'logpager' => [
-                       'db1051' => 1,
-               #       'db1055' => 1,
+                       'db1051' => 10,
+                       'db1055' => 1,
                ],
                'dump' => [
                        'db1065' => 1,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d214c6cc5efa9b572a7d327378bcc428315bd55
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <jcre...@wikimedia.org>

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

Reply via email to