Ema has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/346510 )
Change subject: cache_upload: lower keep from 3d to 1d on upload backends
......................................................................
cache_upload: lower keep from 3d to 1d on upload backends
Lower keep on cache_upload backends from 3d to 1d to reduce the
likelihood of conditional fetches from swift. This is a temporary
measure that should be reverted once swift is fixed.
Bug: T162035
Change-Id: I3f545a6fe1bdce81bd66e3aeb7aab8bfa421305e
---
M modules/role/manifests/cache/upload.pp
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Ema: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/role/manifests/cache/upload.pp
b/modules/role/manifests/cache/upload.pp
index 9497b33..34e8548 100644
--- a/modules/role/manifests/cache/upload.pp
+++ b/modules/role/manifests/cache/upload.pp
@@ -48,7 +48,8 @@
# upload-frontend case. All tiers of backend share the same policies.
$be_vcl_config = merge($common_vcl_config, {
- 'pass_random' => true,
+ 'pass_random' => true,
+ 'keep' => '1d', # FIXME: temporary, see T162035
})
$fe_vcl_config = merge($common_vcl_config, {
--
To view, visit https://gerrit.wikimedia.org/r/346510
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3f545a6fe1bdce81bd66e3aeb7aab8bfa421305e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ema <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits