jenkins-bot has submitted this change and it was merged.
Change subject: cirrus: Force beta cluster to always use eqiad cluster
......................................................................
cirrus: Force beta cluster to always use eqiad cluster
Eqiad is the only cluster available in labs, so ignore prod
configuration and always use it. Switching the prod cluster to query
from codfw as part of the switchover broke beta cluster.
Bug: T132408
Change-Id: Ic6cd7b3b3185beb38b70ef19e714766ddc11db30
---
M wmf-config/CirrusSearch-labs.php
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
DCausse: Looks good to me, but someone else must approve
EBernhardson: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/CirrusSearch-labs.php b/wmf-config/CirrusSearch-labs.php
index cf98f0b..54ff204 100644
--- a/wmf-config/CirrusSearch-labs.php
+++ b/wmf-config/CirrusSearch-labs.php
@@ -40,6 +40,10 @@
)
);
+# Override prod configuration, there is only one cluster in beta
+$wgCirrusSearchDefaultCluster = 'eqiad';
+# Don't specially configure cluster for more like queries in beta
+$wgCirrusSearchMoreLikeThisCluster = null;
# write to all configured clusters, there should only be one in labs
$wgCirrusSearchWriteClusters = null;
--
To view, visit https://gerrit.wikimedia.org/r/282961
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic6cd7b3b3185beb38b70ef19e714766ddc11db30
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: DCausse <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits