Tim Starling has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/49613


Change subject: Take db1043 out of rotation due to lag
......................................................................

Take db1043 out of rotation due to lag

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


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index f204d30..4b40e3b 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -81,10 +81,10 @@
        's1' => array(
                'db1017'    => 0, # 1.4TB
                'db1001'    => 400, # 1.4TB sas
-               'db1042'    => 400, # 1.4TB sas
+               'db1042'    => 100, # was 400, reducing while db1043 is out of 
rotation -- TS, # 1.4TB sas
                'db1049'    => 500, # 2.8TB sas
                'db1050'    => 0, # snapshot 2.8TB sas
-               'db1043'    => 100, # 1.4TB sas, special contrib, watchlist, etc
+               #'db1043'    => 100, lagged  -- TS # 1.4TB sas, special 
contrib, watchlist, etc
        ),
        's2' => array(
                'db1034'    => 0,
@@ -148,16 +148,20 @@
 'groupLoadsByDB' => array(
        'enwiki' => array(
                'watchlist' => array(
-                       'db1043' => 1,
+                       'db1042' => 1,
+                       #'db1043' => 1,
                ),
                'recentchangeslinked' => array(
-                       'db1043' => 1,
+                       'db1042' => 1,
+                       #'db1043' => 1,
                ),
                'contributions' => array(
-                       'db1043' => 1,
+                       'db1042' => 1,
+                       #'db1043' => 1,
                ),
                'dump' => array(
-                       'db1043' => 1,
+                       'db1042' => 1,
+                       #'db1043' => 1,
                ),
        ),
 ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4077212afdf1f47d6c30a4eed4707a195ea1455
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Tim Starling <[email protected]>

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

Reply via email to