Ema has uploaded a new change for review.

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

Change subject: Revert "cache_upload: hack around a network load problem..."
......................................................................

Revert "cache_upload: hack around a network load problem..."

This reverts commit 1c6a1f892cf456ba632eab59e1a6955d2533b31d.

Change-Id: Ia25cdbd67951dff4bd35e6d5410663e907e7f1bd
---
M templates/varnish/upload-frontend.inc.vcl.erb
1 file changed, 1 insertion(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/298502/1

diff --git a/templates/varnish/upload-frontend.inc.vcl.erb 
b/templates/varnish/upload-frontend.inc.vcl.erb
index ea173dd..d962c9a 100644
--- a/templates/varnish/upload-frontend.inc.vcl.erb
+++ b/templates/varnish/upload-frontend.inc.vcl.erb
@@ -47,12 +47,7 @@
        }
 }
 
-sub cluster_fe_pass {
-       # Hack for a specific load problem...
-       if (req.url ~ "_Dallas\.ogg\.360p\.webm$") {
-               set req.backend = cache_local_random;
-       }
-}
+sub cluster_fe_pass { }
 
 sub cluster_fe_backend_response {
        if (beresp.http.Content-Range) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia25cdbd67951dff4bd35e6d5410663e907e7f1bd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ema <[email protected]>

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

Reply via email to