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

Change subject: Set zero load on snapshot hosts
......................................................................


Set zero load on snapshot hosts

So that no requests will be sent to them when they are lagged due to
query page updates etc.

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

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



diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index dd9664e..bc52853 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -95,42 +95,42 @@
        ),
        's2' => array(
                'db1036'    => 0,
-               'db1018'    => 1, # snapshot, recache
+               'db1018'    => 0, # snapshot, recache
                'db1002'    => 400,
                'db1009'    => 400,
                'db1034'    => 400,
        ),
        /* s3 */ 'DEFAULT' => array(
                'db1038'    => 0,
-               'db1035'    => 1, # snapshot, recache
+               'db1035'    => 0, # snapshot, recache
                'db1003'    => 400,
                'db1010'    => 400,
                'db1019'    => 400,
        ),
        's4' => array(
                'db1059'   => 0,
-               'db1042'   => 1, # snapshot, recache
+               'db1042'   => 0, # snapshot, recache
                'db1004'   => 400,
                'db1011'   => 400,
                'db1020'   => 400,
        ),
        's5' => array(
                'db1058'   => 0,
-               'db1005'   => 1, # snapshot, recache
+               'db1005'   => 0, # snapshot, recache
                'db1026'   => 400,
                'db1021'   => 400,
                'db1045'   => 400,
        ),
        's6' => array(
                'db1027'   => 0,
-               'db1022'   => 1, # snapshot, recache
+               'db1022'   => 0, # snapshot, recache
                'db1040'   => 400,
                'db1015'   => 400,
                'db1006'   => 400,
        ),
        's7' => array(
                'db1039' => 0,
-               'db1007' => 1, # snapshot, recache
+               'db1007' => 0, # snapshot, recache
                'db1041' => 400,
                'db1024' => 400,
                'db1028' => 400,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8fac5c99d0e1e4941e5aea25f991532e81be6301
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Tim Starling <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to