jenkins-bot has submitted this change and it was merged.

Change subject: Use s[2-7] snapshot slaves for 'dump' (WikiExporter) query group
......................................................................


Use s[2-7] snapshot slaves for 'dump' (WikiExporter) query group

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

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



diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index ebf5517..b45f448 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -89,7 +89,7 @@
                'db1056'    => 0, # 2.8TB sas 96GB
                'db1050'    => 0, # 2.8TB sas 64GB, snapshot
                'db1055'    => 0, # watchlist, recentchangeslinked, 
contributions, logpager
-               'db1043'    => 100, # 1.4TB sas 64GB, vslow
+               'db1043'    => 100, # 1.4TB sas 64GB, vslow, dump
                # schema changes 'db1033'    => 300, # 1.4TB sas 64GB
                'db1037'    => 300, # 1.4TB sas 64GB
                'db1049'    => 300, # 2.8TB sas 64GB
@@ -98,7 +98,7 @@
        ),
        's2' => array(
                'db1036'    => 0,
-               'db1018'    => 0, # snapshot, vslow
+               'db1018'    => 0, # snapshot, vslow, dump
                'db1002'    => 0, # watchlist, recentchangeslinked, 
contributions, logpager
                'db1009'    => 300,
                'db1034'    => 300,
@@ -106,14 +106,14 @@
        ),
        /* s3 */ 'DEFAULT' => array(
                'db1038'    => 0,
-               'db1035'    => 0, # snapshot, vslow
+               'db1035'    => 0, # snapshot, vslow, dump
                'db1003'    => 50, # watchlist, recentchangeslinked, 
contributions, logpager
                'db1010'    => 400,
                'db1019'    => 400,
        ),
        's4' => array(
                'db1059'   => 0,
-               'db1042'   => 0, # snapshot, vslow
+               'db1042'   => 0, # snapshot, vslow, dump
                'db1004'   => 0, # watchlist, recentchangeslinked, 
contributions, logpager
                'db1011'   => 400,
                'db1020'   => 400,
@@ -121,14 +121,14 @@
        ),
        's5' => array(
                'db1058'   => 0,
-               'db1005'   => 0, # snapshot, vslow
+               'db1005'   => 0, # snapshot, vslow, dump
                'db1026'   => 0, # watchlist, recentchangeslinked, 
contributions, logpager
                'db1021'   => 400,
                'db1045'   => 400,
        ),
        's6' => array(
                'db1027'   => 0,
-               'db1022'   => 0, # snapshot, vslow
+               'db1022'   => 0, # snapshot, vslow, dump
                'db1023'   => 0, # watchlist, recentchangeslinked, 
contributions, logpager
                'db1015'   => 400,
                'db1006'   => 400,
@@ -159,6 +159,9 @@
                'vslow' => array(
                        'db1018' => 1,
                ),
+               'dump' => array(
+                       'db1018' => 1,
+               ),
                'watchlist' => array(
                        'db1002' => 1,
                ),
@@ -176,6 +179,9 @@
                'vslow' => array(
                        'db1035' => 1,
                ),
+               'dump' => array(
+                       'db1035' => 1,
+               ),
                'watchlist' => array(
                        'db1003' => 1,
                ),
@@ -191,7 +197,10 @@
        ),
        's4' => array(
                'vslow' => array(
-               //      'db1042' => 1,
+                       'db1042' => 1,
+               ),
+               'dump' => array(
+                       'db1042' => 1,
                ),
                'watchlist' => array(
                        'db1004' => 1,
@@ -208,6 +217,9 @@
        ),
        's5' => array(
                'vslow' => array(
+                       'db1005' => 1,
+               ),
+               'dump' => array(
                        'db1005' => 1,
                ),
                'watchlist' => array(
@@ -227,6 +239,9 @@
                'vslow' => array(
                        'db1022' => 1,
                ),
+               'dump' => array(
+                       'db1022' => 1,
+               ),
                'watchlist' => array(
                        'db1023' => 1,
                ),
@@ -244,6 +259,9 @@
                'vslow' => array(
                        'db1007' => 1,
                ),
+               'dump' => array(
+                       'db1007' => 1,
+               ),
                'watchlist' => array(
                        # schema changes 'db1041' => 1,
                ),

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

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

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

Reply via email to