Chad has uploaded a new change for review.

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


Change subject: Update LuceneSearchRequest maxqueue to 600
......................................................................

Update LuceneSearchRequest maxqueue to 600

Been seeing some sporadic requests in the past month about the
queue being full. Bumping to 600 should give us some more headroom
without overloading things. It's still less than 800, which is the
point where we'd start to cause problems.

Change-Id: I80ddb3756899bdf74e077b566256230b28742943
---
M wmf-config/PoolCounterSettings-eqiad.php
M wmf-config/PoolCounterSettings-pmtpa.php
2 files changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/wmf-config/PoolCounterSettings-eqiad.php 
b/wmf-config/PoolCounterSettings-eqiad.php
index 5074619..bf0e273 100644
--- a/wmf-config/PoolCounterSettings-eqiad.php
+++ b/wmf-config/PoolCounterSettings-eqiad.php
@@ -23,7 +23,7 @@
                'class' => 'PoolCounter_Client',
                'timeout' => 15,
                'workers' => 78,
-               'maxqueue' => 400
+               'maxqueue' => 600
        ),
 );
 
diff --git a/wmf-config/PoolCounterSettings-pmtpa.php 
b/wmf-config/PoolCounterSettings-pmtpa.php
index cad6c3f..876138d 100644
--- a/wmf-config/PoolCounterSettings-pmtpa.php
+++ b/wmf-config/PoolCounterSettings-pmtpa.php
@@ -23,7 +23,7 @@
                'class' => 'PoolCounter_Client',
                'timeout' => 15,
                'workers' => 78,
-               'maxqueue' => 400
+               'maxqueue' => 600
        ),
 );
 

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

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

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

Reply via email to