jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/381732 )

Change subject: db-codfw.php: Depool db2034, db2055 and db2062
......................................................................


db-codfw.php: Depool db2034, db2055 and db2062

Going to optimize pagelinks and templatelinks tables

Bug: T174509
Change-Id: I9dcbce1c4533e45eb2fee5a57052558b2b75df48
---
M wmf-config/db-codfw.php
1 file changed, 13 insertions(+), 13 deletions(-)

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



diff --git a/wmf-config/db-codfw.php b/wmf-config/db-codfw.php
index 990dc83..48be022 100644
--- a/wmf-config/db-codfw.php
+++ b/wmf-config/db-codfw.php
@@ -103,11 +103,11 @@
        's1' => [
                'db2048' => 0,   # C6 2.9TB 160GB, master
                # 'db2016' => 0,   # B6 2.9TB  96GB, old master
-               'db2034' => 50,  # A5 2.9TB 160GB, rc, log
+               # 'db2034' => 50,  # A5 2.9TB 160GB, rc, log #T174509
                'db2042' => 50,  # C6 2.9TB 160GB, rc, log
-               'db2055' => 50,  # D6 3.3TB 160GB, dump (inactive), vslow, api
-               'db2062' => 50,  # B5 3.3TB 160GB, api # mariadb 10.1
-               'db2069' => 50,  # D6 3.3TB 160GB, api
+               # 'db2055' => 50,  # D6 3.3TB 160GB, dump (inactive), vslow, 
api #T174509
+               # 'db2062' => 50,  # B5 3.3TB 160GB, api # mariadb 10.1 #T174509
+               'db2069' => 50,  # D6 3.3TB 160GB, api #temporary vslow #T174509
                'db2070' => 400, # C5 3.3TB 160GB
                'db2071' => 50,  # A6 3.6TB 512GB, api
                'db2072' => 500, # B6 3.6TB 512GB, # mariadb 10.1
@@ -240,34 +240,34 @@
 'groupLoadsBySection' => [
        's1' => [
                'watchlist' => [
-                       'db2034' => 1,
+                       # 'db2034' => 1,
                        'db2042' => 1,
                ],
                'recentchanges' => [
-                       'db2034' => 1,
+                       # 'db2034' => 1,
                        'db2042' => 1,
                ],
                'recentchangeslinked' => [
-                       'db2034' => 1,
+                       # 'db2034' => 1,
                        'db2042' => 1,
                ],
                'contributions' => [
-                       'db2034' => 1,
+                       # 'db2034' => 1,
                        'db2042' => 1,
                ],
                'logpager' => [
-                       'db2034' => 1,
+                       # 'db2034' => 1,
                        'db2042' => 1,
                ],
                'dump' => [
-                       'db2055' => 1,
+                       'db2069' => 1,
                ],
                'vslow' => [
-                       'db2055' => 1,
+                       'db2069' => 1,
                ],
                'api' => [
-                       'db2055' => 1,
-                       'db2062' => 1,
+                       # 'db2055' => 1,
+                       # 'db2062' => 1,
                        'db2069' => 1,
                        'db2071' => 5,
                ],

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

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

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

Reply via email to