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

Change subject: Create pool counter for CirrusSearch completion suggester
......................................................................


Create pool counter for CirrusSearch completion suggester

Bug: T125547
Change-Id: I242fda677aa21787da618f6a0bce9b7346826a7a
---
M wmf-config/PoolCounterSettings.php
1 file changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/PoolCounterSettings.php 
b/wmf-config/PoolCounterSettings.php
index e8586fc..55e8e21 100644
--- a/wmf-config/PoolCounterSettings.php
+++ b/wmf-config/PoolCounterSettings.php
@@ -24,6 +24,13 @@
                'workers' => 432,
                'maxqueue' => 600,
        ),
+       // Super common and mostly fast, replaces Prefix (eventually)
+       'CirrusSearch-Completion' => array(
+               'class' => 'PoolCounter_Client',
+               'timeout' => 15,
+               'workers' => 432,
+               'maxqueue' => 600,
+       ),
        // Regex searches are much heavier then regular searches so we limit the
        // concurrent number.
        'CirrusSearch-Regex' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I242fda677aa21787da618f6a0bce9b7346826a7a
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: DCausse <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to