Chad has submitted this change and it was merged.

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(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I80ddb3756899bdf74e077b566256230b28742943
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to