Squids

From Wikitech
(Difference between revisions)
Jump to: navigation, search
(update)
(remove outdated references (e.g. yaseo); switch from RCS to git)
 
(42 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Document me!}}
+
There are 4 clusters of squid servers, one upload and one text at each of our two locations: esams and pmpta. Each server runs two instances of squid: a frontend squid listening on port 80, and a cache squid listening on port 3128. The purpose of the frontend squid is to distribute load to the cache squids based on URL hash, using the [http://icp.ircache.net/carp.txt CARP] algorithm.
  
{{fixme|How to update [[squid error pages]]}}
+
[[LVS]] is used to balance incoming requests between the frontends that use CARP to distribute the traffic to the backends.
  
__TOC__
+
== RE-Installation ==
  
==Architecture==
+
Please note that NEW squid servers need to be setup by someone who understands the full setup. There are a number of various setttings that have to be configured. Thus the instructions are only for '''reinstallation'''.
There are 5 squid farms at the moment:
+
* PMTPA text squids, serving all text pages. Uses IP/DNS-based round robin, no load balancer.
+
* PMTPA image squids, serving upload.wikimedia.org. Uses [[LVS]] load balancing on avicenna.
+
* YASEO text squids, serving all text pages for Asian users. Uses [[LVS]] load balancing.
+
* KNAMS text squids, serving all text pages for European users. Uses [[LVS]] load balancing on [[pascal]].
+
* KNAMS image squids, serving upload.wikimedia.org. Uses [[LVS]] load balancing on [[pascal]].
+
* <s>LOPAR text squids, unused at the moment.</s> decomissioned
+
  
==Emergency operations==
+
To reinstall a ''previously existing'' squid server:
===After a PMTPA power outage===
+
The xx.wikipedia.org switches don't have a load balancer. IP addresses have to be assigned manually. Check /usr/local/dsh/node_groups/squid for available hosts and use nslookup to identify which IPs to assign to them. See [[#IPs of virtual ethernet interfaces|below for details]].
+
  
===To switch away from foreign squids===
+
* Reinstall the server OS.
*Need to be root
+
* After boot, copy the old SSH hostkey back using <tt>scp -o StrictHostKeyChecking=no ''files'' ''hostname'':/etc/ssh/</tt>
*On zwinger:
+
:* These should all be saved on tridge in the /data/hostkeys/
** Edit <tt>/usr/local/etc/powerdns/geomaps/rr.wikimedia.org</tt>. Each non comment line is a country code mapping to a cluster name.(0 is default route, to go to Florida, must be left in).
+
* Follow the instructions on [[Puppet#Reinstalls]]
** Load root ssh key
+
:* Will have to run puppet a couple of times, get dependency error due to not having deployed below step yet:
** Run <tt>/usr/local/etc/powerdns/update</tt> to deploy.
+
* Deploy the Squid configuration files on fenari:
** Wait for DNS propagation time (600s, in /usr/local/etc/pdns.conf geo-ttl=600 . Might reduce it to give faster switch back after problem is over, reducing it can't make the emregency fix work faster though - it's cache time for other DNS servers)
+
# cd /home/w/conf/squid
*Reverse these changes to switch back.
+
# ./deploy ''servername''
 +
* If the system has been offline for over 2 hours, its cache will need to be cleaned with:
 +
<pre>
 +
/etc/init.d/squid clean
 +
</pre>
 +
* Manually run puppet update and ensure system is still online.
 +
* Check the LVS server to ensure the system is fully online.
 +
* Check the CacheManager interface for open connections, ensure they normalize on reinstalled squid BEFORE taking any more offline.
  
=== Squid builds ===
 
  
Currently running:
 
* squid-2.5.STABLE13-7wm.src.rpm - Multiple binary builds exist for different arches and/or distributions.
 
  
==IPs of virtual ethernet interfaces on old PMTPA text Squids==
+
=== Deploying more Squids ===
* to find out the IPs, use <tt>nslookup rr.pmtpa.wikimedia.org</tt>
+
* Used to be assigned at boot time, but this can lead to problems with duplicated IP addresses.
+
* Can use script ''takeip'' in /home/wikipedia/bin to take over an IP if a squid goes down.
+
* To take down a virtual eth interface, <tt>/sbin/ip addr del ''xxx.xxx.xxx.xxx'' dev eth0</tt>
+
* According to dammit, should use 255.255.255.255 for netmask for the IPs of virtual eth interfaces - otherwise there can be routing confusion. takeip does this automatically
+
  
;TODO: set up LVS
+
<pre>
 +
17:53:02  * mark extends the squid configuration (text-settings.php) with config for the new squids
 +
17:57:38  * mark deploys the squid configs to the new squid hosts only, so puppet can do its task. old config remains on the rest of the squids,
 +
so they're still unaffected
 +
17:57:52 <mark> (I promised Rob to show every step of squid deployment in case anyone's wondering ;)
 +
17:58:23  * mark checks whether MediaWiki is setup to recognize the new squids as proxies (CommonSettings.php)
 +
17:58:55 <mark> yes it is
 +
18:01:42  * mark checks whether puppet has initialized the squids; i.e. both squid instances are running, and the correct LVS ip is bound
 +
18:03:11 <mark> where puppet hasn't run yet since the squid config deploy, I trigger it with "puppetd --test"
 +
18:04:10 <mark> they've all nicely joined ganglia as well
 +
18:08:56 <mark> alright, both squid instances are running on the new text squids
 +
18:09:06 <mark> time to setup statistics so we can see what's happening and we're not missing any requests in our graphs
 +
18:09:15 <mark> both torrus and cricket
 +
18:11:29 <mark> cricket done...
 +
18:14:58 <mark> torrus done as well
 +
18:15:03  * mark watches the graphs to see if they're working
 +
18:15:22 <mark> if not, probably something went wrong earlier with puppet setup or anything
 +
18:17:45 <mark> in the mean time, backend squids are still starting up and reading their COSS partitions (which are empty), which takes a while
 +
18:17:48 <mark> nicely visible in ganglia
 +
18:21:32 <mark> alright, all squids have finished reading their COSS partition, and torrus is showing reasonable values in graphs
 +
18:21:43 <mark> so all squids are correctly configured and ready for service
 +
18:21:50 <mark> but they have EMPTY CACHES
 +
18:22:11 <mark> giving them the full load now, would mean that they would start off with forwarding every request they get onto the backend
 +
                apaches
 +
18:22:51 <mark> I am going to seed the caches of the backend squids first
 +
18:22:55 <mark> we have a couple of ways of doing that
 +
18:23:19 <mark> first, I'll deploy the *new* squid config (which has all the new backend squids in it) to *one* of the frontend squids on the
 +
                previously existing servers
 +
18:23:33 <mark> that way that frontend squid will start using the new servers, and filling their caches with the most common requests
 +
18:23:44 <mark> let's use the frontend squid on sq66
 +
18:24:38  * mark runs "./deploy sq66"
 +
18:24:52 <mark> so only sq66 is sending traffic to sq71-78 backend squids now
 +
18:25:02 <mark> which is why they're all using approximately 1% cpu
 +
18:25:31 <mark> now we wait a while and watch the hit rate rise on the new backend squids
 +
18:25:51 <mark> e.g. http://torrus.wikimedia.org/torrus/CDN?path=%2FSquids%2Fsq77.wikimedia.org%2Fbackend%2FPerformance%2FHit_ratios
 +
18:29:26 <mark> no problems visible in the squid logs either
 +
18:32:23 <mark> each of the new squids is serving about 1 Mbps of backend traffic
 +
18:37:10 <mark> the majority of all requests are being forwarded to the backend... let's wait until the hit ratio is a bit higher
 +
18:38:04 <mark> I'll deploy the config to a few more frontend squids so it goes a bit faster
 +
18:54:02 <mark> sq77 is weird in torrus
 +
18:54:10 <mark> it reports 100% request hit ratio and byte hit ratio
 +
18:54:29 <mark> and is still empty in terms of swap..
 +
18:54:33  * mark investigates
 +
18:54:51 <mark> it's not getting traffic
 +
18:58:27 <mark> I think that's just the awful CARP hashing algorithm :(
 +
18:58:31 <mark> it has an extremely low CARP weight
 +
19:04:21  * mark deploys the new squid conf to a few more frontend squids
 +
19:05:29 <mark> they're getting some serious traffic now
 +
19:29:03 <mark> ok
 +
19:29:07 <mark> hit rate is up to roughly 45% now
 +
19:29:30 <mark> swap around 800M per server, and around 60k objects
 +
19:29:40 <mark> I'm confident enough to pool all the new backend squids
 +
19:29:46 <mark> but with a lower CARP weight (10 instead of 30)
 +
19:32:31 <mark> in a few days, when all the newe servers have filled their caches, we can decommision sq40 and lower
 +
19:33:02  * mark watches backend requests graphs and hit ratios
 +
19:40:05 <mark> looks like the site is not bothered at all by the extra load - the seeding worked well
 +
19:40:08 <mark> nice time to get some dinner
 +
19:40:19 <mark> afterwards I'll increase the CARP weight, and pool the frontends
 +
19:40:38 <mark> ...and then repeat that for upload squids
 +
20:19:18 <mark> ok.. the hit ratio is not high enough to my liking, but I can go on with the frontends
 +
20:19:26 <mark> the frontend squids are pretty much independent from the backends
 +
20:19:35 <mark> we need to seed their caches as well, but it's quick
 +
20:20:05 <mark> they don't like to get an instant 2000 requests/s from nothing when we pool them in LVS, so pretty much the only way we can
 +
                mitigate that is to pool them with low load (1)
 +
20:29:47 <mark> ok, frontend text squids now fully deployed
 +
</pre>
  
== Common operations ==
+
== Configuration ==
=== Starting ===
+
The Squid RPM has a SysV init script <tt>/etc/init.d/squid</tt> like any proper RPM, start it using
+
# /sbin/service squid start
+
  
It's automatically started at boot time, alter this using <tt>/sbin/chkconfig</tt>.
+
Configuration is done by editing the master files in <tt>/home/wikipedia/conf/squid</tt>, then running <tt>make</tt> to rebuild the configuration files, and <tt>./deploy</tt> to deploy them to the remote servers. The configuration files are:
  
=== Reloading ===
+
; squid.conf.php : Template file for the cache (backend) instances
# /sbin/service squid restart
+
; frontend.conf.php : Template file for the frontend instances
 +
; text-settings.php : A settings array which applies to text squids. All elements in this array will become available as variables during execution of squid.conf.php and frontend.conf.php. The <tt>settings</tt> array can be used to give server-specific configuration.
 +
; upload-settings.php : Same as text-settings.php but for upload squids
 +
; common-acls.conf : ACL directives used by both text and upload frontends. Use this to block clients from all access.
 +
; upload-acls.conf : ACL directives used by upload frontends. Use this for e.g. image referrer regex blocks.
 +
; text-acls.conf : ACL directives used by text frontends. Use this for e.g. remote loader IP blocks.
 +
; Configuration.php : Contains most of the generator code
 +
; generate.php : the script that the makefile runs
  
===cachemgr.cgi===
+
The configs are under version control using git.
:''this needs to be updated''
+
 
There is a cachemgr.cgi available at http://noc.wikimedia.org/~mark/cgi-bin/cachemgr.cgi. The password (for at least the French squids at this moment) can be found in <tt>/home/wikipedia/doc/fr-cachemgr-pw</tt>.
+
The deployment script has lots of options. Run it with no arguments to get a summary.
 +
 
 +
=== Changing configuration ===
 +
# cd /home/w/conf/squid
 +
Edit *-settings.php or *-acls.php
 +
# make
 +
 
 +
To see the changes in the generated configuration vs what should be already deployed, run:
 +
$ diff -ru deployed/ generated/
 +
 
 +
If these changes are ok, you can deploy them to all servers, either all at once or a subset of servers, either fast or slowly. See <tt>./deploy -h</tt> for all possible options.
 +
 
 +
# ./deploy all
 +
 
 +
Using this invocation, the script will copy the newly generated config files into the <tt>deployed/</tt> directory, rsync it to the puppetmaster, and then scp them to each server and reload the squid process(es).
 +
 
 +
# git commit -m "A meaningful commit message"
 +
 
 +
You should always commit your changes to git to allow for history tracking and rollback.
 +
 
 +
== Current problems ==
 +
* upload squids in tampa are unhappy because ms5 (thumbs) is slow in responding
 +
 
 +
== Monitoring ==
 +
You can get some nice stats about the squids by going to http://noc.wikimedia.org/cgi-bin/cachemgr.cgi (user name root, password is in the squid configuration file). The squids are each listed twice in the drop-down, once for front end and once for back-end.  Peer Cache stats for the backend is especially handy.
 +
 
 +
== Debugging ==
 +
To see HTTP requests sent from Squids to their backend, install ngrep and run e.g.:
 +
# ngrep -W byline port 80 and dst host ms4.wikimedia.org
 +
== HowTo ==
 +
=== Edit ACLs ===
 +
in <code>/home/w/conf/squid</code> edit <code>text-acls.conf</code>, then run <code>make</code>, then run <code>./deploy all</code>
 +
=== Purge a given external (non WMF) url ===
 +
in <code>/home/wikipedia/common/php/maintenance</code> do: <code>echo '<nowiki>http://blahblahblah</nowiki>' | php ./purgeList.php --wiki aawiki</code>
  
 
== See also ==
 
== See also ==
 
* [[MediaWiki caching]] -- some cache headers explained
 
* [[MediaWiki caching]] -- some cache headers explained
 
* [[Multicast HTCP purging]] -- new method of cache purging
 
* [[Multicast HTCP purging]] -- new method of cache purging
* [[French squids]] -- for a documentation on the french cluster
+
* [[Squid logging]]
 +
* [[Squid log format]]
  
== New squid setup ==
+
[[Category:Current]]
* Install the Squid RPM
+
[[Category:Squid]]
* Adapt LVS
+
[[Category:How-To]]
[[Category:How-To]] [[Category:Software]]
+

Latest revision as of 10:43, 21 August 2012

There are 4 clusters of squid servers, one upload and one text at each of our two locations: esams and pmpta. Each server runs two instances of squid: a frontend squid listening on port 80, and a cache squid listening on port 3128. The purpose of the frontend squid is to distribute load to the cache squids based on URL hash, using the CARP algorithm.

LVS is used to balance incoming requests between the frontends that use CARP to distribute the traffic to the backends.

Contents

[edit] RE-Installation

Please note that NEW squid servers need to be setup by someone who understands the full setup. There are a number of various setttings that have to be configured. Thus the instructions are only for reinstallation.

To reinstall a previously existing squid server:

  • Reinstall the server OS.
  • After boot, copy the old SSH hostkey back using scp -o StrictHostKeyChecking=no files hostname:/etc/ssh/
  • These should all be saved on tridge in the /data/hostkeys/
  • Will have to run puppet a couple of times, get dependency error due to not having deployed below step yet:
  • Deploy the Squid configuration files on fenari:
# cd /home/w/conf/squid
# ./deploy servername
  • If the system has been offline for over 2 hours, its cache will need to be cleaned with:
/etc/init.d/squid clean
  • Manually run puppet update and ensure system is still online.
  • Check the LVS server to ensure the system is fully online.
  • Check the CacheManager interface for open connections, ensure they normalize on reinstalled squid BEFORE taking any more offline.


[edit] Deploying more Squids

17:53:02  * mark extends the squid configuration (text-settings.php) with config for the new squids
17:57:38  * mark deploys the squid configs to the new squid hosts only, so puppet can do its task. old config remains on the rest of the squids, 
so they're still unaffected
17:57:52 <mark> (I promised Rob to show every step of squid deployment in case anyone's wondering ;)
17:58:23  * mark checks whether MediaWiki is setup to recognize the new squids as proxies (CommonSettings.php)
17:58:55 <mark> yes it is
18:01:42  * mark checks whether puppet has initialized the squids; i.e. both squid instances are running, and the correct LVS ip is bound
18:03:11 <mark> where puppet hasn't run yet since the squid config deploy, I trigger it with "puppetd --test"
18:04:10 <mark> they've all nicely joined ganglia as well
18:08:56 <mark> alright, both squid instances are running on the new text squids
18:09:06 <mark> time to setup statistics so we can see what's happening and we're not missing any requests in our graphs
18:09:15 <mark> both torrus and cricket
18:11:29 <mark> cricket done...
18:14:58 <mark> torrus done as well
18:15:03  * mark watches the graphs to see if they're working
18:15:22 <mark> if not, probably something went wrong earlier with puppet setup or anything
18:17:45 <mark> in the mean time, backend squids are still starting up and reading their COSS partitions (which are empty), which takes a while
18:17:48 <mark> nicely visible in ganglia
18:21:32 <mark> alright, all squids have finished reading their COSS partition, and torrus is showing reasonable values in graphs
18:21:43 <mark> so all squids are correctly configured and ready for service
18:21:50 <mark> but they have EMPTY CACHES
18:22:11 <mark> giving them the full load now, would mean that they would start off with forwarding every request they get onto the backend 
                apaches
18:22:51 <mark> I am going to seed the caches of the backend squids first
18:22:55 <mark> we have a couple of ways of doing that
18:23:19 <mark> first, I'll deploy the *new* squid config (which has all the new backend squids in it) to *one* of the frontend squids on the 
                previously existing servers
18:23:33 <mark> that way that frontend squid will start using the new servers, and filling their caches with the most common requests
18:23:44 <mark> let's use the frontend squid on sq66
18:24:38  * mark runs "./deploy sq66"
18:24:52 <mark> so only sq66 is sending traffic to sq71-78 backend squids now
18:25:02 <mark> which is why they're all using approximately 1% cpu
18:25:31 <mark> now we wait a while and watch the hit rate rise on the new backend squids
18:25:51 <mark> e.g. http://torrus.wikimedia.org/torrus/CDN?path=%2FSquids%2Fsq77.wikimedia.org%2Fbackend%2FPerformance%2FHit_ratios
18:29:26 <mark> no problems visible in the squid logs either
18:32:23 <mark> each of the new squids is serving about 1 Mbps of backend traffic
18:37:10 <mark> the majority of all requests are being forwarded to the backend... let's wait until the hit ratio is a bit higher
18:38:04 <mark> I'll deploy the config to a few more frontend squids so it goes a bit faster
18:54:02 <mark> sq77 is weird in torrus
18:54:10 <mark> it reports 100% request hit ratio and byte hit ratio
18:54:29 <mark> and is still empty in terms of swap..
18:54:33  * mark investigates
18:54:51 <mark> it's not getting traffic
18:58:27 <mark> I think that's just the awful CARP hashing algorithm :(
18:58:31 <mark> it has an extremely low CARP weight
19:04:21  * mark deploys the new squid conf to a few more frontend squids
19:05:29 <mark> they're getting some serious traffic now
19:29:03 <mark> ok
19:29:07 <mark> hit rate is up to roughly 45% now
19:29:30 <mark> swap around 800M per server, and around 60k objects
19:29:40 <mark> I'm confident enough to pool all the new backend squids
19:29:46 <mark> but with a lower CARP weight (10 instead of 30)
19:32:31 <mark> in a few days, when all the newe servers have filled their caches, we can decommision sq40 and lower
19:33:02  * mark watches backend requests graphs and hit ratios
19:40:05 <mark> looks like the site is not bothered at all by the extra load - the seeding worked well
19:40:08 <mark> nice time to get some dinner
19:40:19 <mark> afterwards I'll increase the CARP weight, and pool the frontends
19:40:38 <mark> ...and then repeat that for upload squids
20:19:18 <mark> ok.. the hit ratio is not high enough to my liking, but I can go on with the frontends
20:19:26 <mark> the frontend squids are pretty much independent from the backends
20:19:35 <mark> we need to seed their caches as well, but it's quick
20:20:05 <mark> they don't like to get an instant 2000 requests/s from nothing when we pool them in LVS, so pretty much the only way we can 
                mitigate that is to pool them with low load (1)
20:29:47 <mark> ok, frontend text squids now fully deployed

[edit] Configuration

Configuration is done by editing the master files in /home/wikipedia/conf/squid, then running make to rebuild the configuration files, and ./deploy to deploy them to the remote servers. The configuration files are:

squid.conf.php 
Template file for the cache (backend) instances
frontend.conf.php 
Template file for the frontend instances
text-settings.php 
A settings array which applies to text squids. All elements in this array will become available as variables during execution of squid.conf.php and frontend.conf.php. The settings array can be used to give server-specific configuration.
upload-settings.php 
Same as text-settings.php but for upload squids
common-acls.conf 
ACL directives used by both text and upload frontends. Use this to block clients from all access.
upload-acls.conf 
ACL directives used by upload frontends. Use this for e.g. image referrer regex blocks.
text-acls.conf 
ACL directives used by text frontends. Use this for e.g. remote loader IP blocks.
Configuration.php 
Contains most of the generator code
generate.php 
the script that the makefile runs

The configs are under version control using git.

The deployment script has lots of options. Run it with no arguments to get a summary.

[edit] Changing configuration

# cd /home/w/conf/squid

Edit *-settings.php or *-acls.php

# make

To see the changes in the generated configuration vs what should be already deployed, run:

$ diff -ru deployed/ generated/

If these changes are ok, you can deploy them to all servers, either all at once or a subset of servers, either fast or slowly. See ./deploy -h for all possible options.

# ./deploy all

Using this invocation, the script will copy the newly generated config files into the deployed/ directory, rsync it to the puppetmaster, and then scp them to each server and reload the squid process(es).

# git commit -m "A meaningful commit message"

You should always commit your changes to git to allow for history tracking and rollback.

[edit] Current problems

  • upload squids in tampa are unhappy because ms5 (thumbs) is slow in responding

[edit] Monitoring

You can get some nice stats about the squids by going to http://noc.wikimedia.org/cgi-bin/cachemgr.cgi (user name root, password is in the squid configuration file). The squids are each listed twice in the drop-down, once for front end and once for back-end. Peer Cache stats for the backend is especially handy.

[edit] Debugging

To see HTTP requests sent from Squids to their backend, install ngrep and run e.g.:

# ngrep -W byline port 80 and dst host ms4.wikimedia.org

[edit] HowTo

[edit] Edit ACLs

in /home/w/conf/squid edit text-acls.conf, then run make, then run ./deploy all

[edit] Purge a given external (non WMF) url

in /home/wikipedia/common/php/maintenance do: echo 'http://blahblahblah' | php ./purgeList.php --wiki aawiki

[edit] See also

Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox