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

Change subject: Added some redis queue comments
......................................................................


Added some redis queue comments

Change-Id: Idae8491c215b96261d3370998ababaef9a2b9d65
---
M wmf-config/jobqueue-eqiad.php
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/jobqueue-eqiad.php b/wmf-config/jobqueue-eqiad.php
index 95e7b76..a9c9e93 100644
--- a/wmf-config/jobqueue-eqiad.php
+++ b/wmf-config/jobqueue-eqiad.php
@@ -2,6 +2,11 @@
 # WARNING: This file is publically viewable on the web. Do not put private 
data here.
 
 // Note: on server failure, partition masters should be switched to the slave
+// Note: MediaWiki will fail-over to other shards when one is down. On master
+// failure, it is best to either do nothing or just disable the whole shard
+// until the master is fixed or full fail-over is done. Proper fail over
+// requires changing the slave to stop slaving the old master before updating
+// the MediaWiki config to direct traffic there.
 $wgJobTypeConf['default'] = array(
        'class'               => 'JobQueueFederated',
        'configByPartition'   => array(

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

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

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

Reply via email to