Jcrespo has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/351799 )
Change subject: db: Remove all read traffic from x1, es2 & es3-master-eqiad
......................................................................
db: Remove all read traffic from x1, es2 & es3-master-eqiad
x1 is for debugging purposes. All read queries sent to the master
will be reported as bugs.
es2 and es3 should be like that normally, only "pooled" the master
to avoid connection overhead at switchover time.
Bug: T164407
Change-Id: Ic4a0161adc5406e6e90b9be957927955680fa283
---
M wmf-config/db-eqiad.php
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
jenkins-bot: Verified
Jcrespo: Looks good to me, approved
diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index ccb1f57..5ee7ffc 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -612,20 +612,20 @@
# es2
'cluster24' => [
- '10.64.0.6' => 1, # es1011, master
+ '10.64.0.6' => 0, # es1011, master
'10.64.16.186' => 1, # es1013
'10.64.32.184' => 1, # es1015
],
# es3
'cluster25' => [
- '10.64.16.187' => 1, # es1014, master
+ '10.64.16.187' => 0, # es1014, master
'10.64.48.114' => 1, # es1017
'10.64.48.116' => 1, # es1019
],
# ExtensionStore shard1 - initially for AFTv5
'extension1' => [
- '10.64.16.20' => 10, # db1031, master
- '10.64.16.18' => 20, # db1029
+ '10.64.16.20' => 0, # db1031, master
+ '10.64.16.18' => 1, # db1029
],
],
--
To view, visit https://gerrit.wikimedia.org/r/351799
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic4a0161adc5406e6e90b9be957927955680fa283
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Marostegui <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits