Gehel has uploaded a new change for review.
https://gerrit.wikimedia.org/r/282359
Change subject: CirrusSearch on Labs uses the full Elasticsearch cluster again
......................................................................
CirrusSearch on Labs uses the full Elasticsearch cluster again
To test HTTP connection pooling, CirrusSearch was configured to use a single
Elasticsearch node. Now that this change is in production, time to go back
to the full cluster.
Bug: T130219
Change-Id: Iecfe29b3fc16b5280792d94e04115ec0d4161129
---
M wmf-config/LabsServices.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/59/282359/1
diff --git a/wmf-config/LabsServices.php b/wmf-config/LabsServices.php
index d1bc0ae..8e71405 100644
--- a/wmf-config/LabsServices.php
+++ b/wmf-config/LabsServices.php
@@ -17,9 +17,9 @@
'search' => array(
// These MUST match the installed SSL certs
'deployment-elastic05.deployment-prep.eqiad.wmflabs',
-// 'deployment-elastic06.deployment-prep.eqiad.wmflabs',
-// 'deployment-elastic07.deployment-prep.eqiad.wmflabs',
-// 'deployment-elastic08.deployment-prep.eqiad.wmflabs',
+ 'deployment-elastic06.deployment-prep.eqiad.wmflabs',
+ 'deployment-elastic07.deployment-prep.eqiad.wmflabs',
+ 'deployment-elastic08.deployment-prep.eqiad.wmflabs',
),
'ocg' => 'http://deployment-pdf01:8000',
'urldownloader' =>
'http://deployment-urldownloader.deployment-prep.eqiad.wmflabs:8080',
--
To view, visit https://gerrit.wikimedia.org/r/282359
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecfe29b3fc16b5280792d94e04115ec0d4161129
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Gehel <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits