Elukey has submitted this change and it was merged.

Change subject: Raise Cassandra auth caching to 10 minutes
......................................................................


Raise Cassandra auth caching to 10 minutes

The initial attempt to raise the auth caching time window from 2 seconds
to one minute seems to have reduced a lot the amount of read timeouts
that the AQS cluster was registering on a daily basis.

Bug: T140869
Change-Id: I999a66c34d600f6e9b21a1c709c4090d9ea5ef71
---
M hieradata/role/common/aqs.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/hieradata/role/common/aqs.yaml b/hieradata/role/common/aqs.yaml
index 60f4b21..1efecb2 100644
--- a/hieradata/role/common/aqs.yaml
+++ b/hieradata/role/common/aqs.yaml
@@ -34,7 +34,7 @@
 # This could be a problem in already heavy loaded clusters like AQS,
 # so we need to increase caching to allow better performances
 # (default value 2s).
-cassandra::permissions_validity_in_ms: 60000
+cassandra::permissions_validity_in_ms: 600000
 
 cassandra::dc: "%{::site}"
 cassandra::cluster_name: "Analytics Query Service Cassandra"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I999a66c34d600f6e9b21a1c709c4090d9ea5ef71
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: Elukey <ltosc...@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