Gehel has submitted this change and it was merged.

Change subject: Configure a single elasticsearch server for CirrusSearch beta 
cluster
......................................................................


Configure a single elasticsearch server for CirrusSearch beta cluster

As we are doing client side load balancing in beta, we do not reuse
connections (new HTTP calls are likely to go to a different server
than the one last used by our curl handle).

This is a temporary change that will need to be reverted after testing is
done.

Bug: T130219
Change-Id: I6fec85b3392f36984bca478d668a1658c21af8db
---
M wmf-config/LabsServices.php
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Gehel: Looks good to me, approved
  EBernhardson: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/LabsServices.php b/wmf-config/LabsServices.php
index ee3f943..ffc2e19 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/279393
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6fec85b3392f36984bca478d668a1658c21af8db
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Gehel <gleder...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Gehel <gleder...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to