Giuseppe Lavagetto has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/218338

Change subject: poolcounter: re-enable mildly search
......................................................................

poolcounter: re-enable mildly search

We revert Ic7c3559c partially in order to smoothly get back to normal
after the search outage

Bug: T102463
Change-Id: Ic8da2d98a1d8de509c7522d41d35fd257f0ed1a3
---
M wmf-config/PoolCounterSettings-common.php
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/38/218338/1

diff --git a/wmf-config/PoolCounterSettings-common.php 
b/wmf-config/PoolCounterSettings-common.php
index 4b256f2..cbb7ec6 100644
--- a/wmf-config/PoolCounterSettings-common.php
+++ b/wmf-config/PoolCounterSettings-common.php
@@ -15,16 +15,16 @@
                'class' => 'PoolCounter_Client',
                'timeout' => 15,
                'workers' => 432,
-               'maxqueue' => 1,
-               'slots' => 1,
+               'maxqueue' => 600,
+               'slots' => 100,
        ),
        // Super common and mostly fast
        'CirrusSearch-Prefix' => array(
                'class' => 'PoolCounter_Client',
                'timeout' => 15,
                'workers' => 432,
-               'maxqueue' => 1,
-               'slots' => 1,
+               'maxqueue' => 600,
+               'slots' => 100,
        ),
        // Regex searches are much heavier then regular searches so we limit the
        // concurrent number.
@@ -32,16 +32,16 @@
                'class' => 'PoolCounter_Client',
                'timeout' => 60,
                'workers' => 10,
-               'maxqueue' => 1,
-               'slots' => 1,
+               'maxqueue' => 20,
+               'slots' => 10,
        ),
        // These should be very very fast and reasonably rare
        'CirrusSearch-NamespaceLookup' => array(
                'class' => 'PoolCounter_Client',
                'timeout' => 5,
                'workers' => 50,
-               'maxqueue' => 1,
-               'slots' => 1,
+               'maxqueue' => 200,
+               'slots' => 100,
        ),
        'FileRender' => array(
                'class' => 'PoolCounter_Client',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8da2d98a1d8de509c7522d41d35fd257f0ed1a3
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>

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

Reply via email to