Gergő Tisza has uploaded a new change for review.
https://gerrit.wikimedia.org/r/249222
Change subject: Make nutcracker's auto_eject_hosts setting configurable
......................................................................
Make nutcracker's auto_eject_hosts setting configurable
Will be used for an experiment to disable the setting on the
beta cluster and see whether that improves the memcached error
rate. See Ie7bf52c729cb9c59b29da7fba2d0fed0258ddb48 (Labs has
three memcached servers but worth a shot).
Bug: T109173
Change-Id: I6452e2a005da06f0d7ee706c53c6a74ebee4070a
---
M modules/mediawiki/manifests/nutcracker.pp
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/22/249222/1
diff --git a/modules/mediawiki/manifests/nutcracker.pp
b/modules/mediawiki/manifests/nutcracker.pp
index 3aeb34b..5c4176c 100644
--- a/modules/mediawiki/manifests/nutcracker.pp
+++ b/modules/mediawiki/manifests/nutcracker.pp
@@ -7,7 +7,7 @@
$nutcracker_pools = {
'memcached' => {
- auto_eject_hosts => true,
+ auto_eject_hosts =>
hiera('mediawiki::nutcracker::auto_eject_hosts', true),
distribution => 'ketama',
hash => 'md5',
listen => '127.0.0.1:11212',
@@ -20,7 +20,7 @@
},
'mc-unix' => {
- auto_eject_hosts => true,
+ auto_eject_hosts =>
hiera('mediawiki::nutcracker::auto_eject_hosts', true),
distribution => 'ketama',
hash => 'md5',
listen => '/var/run/nutcracker/nutcracker.sock 0666',
@@ -33,7 +33,7 @@
},
'redis_eqiad' => {
- auto_eject_hosts => true,
+ auto_eject_hosts =>
hiera('mediawiki::nutcracker::auto_eject_hosts', true),
distribution => 'ketama',
redis => true,
redis_auth => $passwords::redis::main_password,
@@ -47,7 +47,7 @@
},
'redis_codfw' => {
- auto_eject_hosts => true,
+ auto_eject_hosts =>
hiera('mediawiki::nutcracker::auto_eject_hosts', true),
distribution => 'ketama',
redis => true,
redis_auth => $passwords::redis::main_password,
--
To view, visit https://gerrit.wikimedia.org/r/249222
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6452e2a005da06f0d7ee706c53c6a74ebee4070a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gergő Tisza <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits