Our hosting provider, PEAK, let us know that they had a cooling compressor fail in the facility.
The primary database server was apparently taken offline at 2:53 AM Pacific Time by this thermal event.
The backup database server is still online and has the most recent (12 AM) backups restored to it; we’re currently just waiting to hear if db1 is rebootable/alive before bringing db2 online.
db1 came back OK, and we’re resuming site service now at 3:57 AM.
Checking the logs, db1 apparently shut down from heat at 2:44 AM:
The previous system shutdown at 2:44:21 AM on 2/7/2010 was unexpected.
I suspect db1 shut down because it’s on top of the rack (highest = more heat) and it is the only server using the High Performance power plan — which operates all CPUs at 100% speed all the time — instead of the default Balanced power plan which allows the CPUs to reduce speed and consume less power when they are lightly loaded.
We’ll be following up with PEAK to figure out why this wasn’t handled before temperatures became dangerously high.
Obligatory video link.
Geoff went down to the datacenter, and he confirmed it really was quite hot down there — doors were open, fans were placed blowing air in, etc.
Remember Joel Spolsky’s fine article “Five Whys”? Sure you do! It contained this paragraph:
Michael spent some time doing a post-mortem, and discovered that the problem was a simple configuration problem on the switch. There are several possible speeds that a switch can use to communicate (10, 100, or 1000 megabits/second). You can either set the speed manually, or you can let the switch automatically negotiate the highest speed that both sides can work with. The switch that failed had been set to autonegotiate. This usually works, but not always, and on the morning of January 10th, it didn’t.
Guess what we woke up this morning (well, you don’t really “wake up” at 3 AM, unless you’re a vampire, but you know what I mean) to find?
My, that looks familiar. Where have I read about this before? Oh yes, the article I just quoted twenty seconds ago!
To be fair to NetGear, we never had any port speed negotiation problems with our old 8-port GS108T switches, but we recently upgraded to the 24-port GS724T. I guess this model is more sensitive and brooding, or something.
Geoff “the Malice from Corvallis” Dalgas was all over this one and got all the web tier servers in our network set to a fixed, non-negotiable ethernet speed of 1 Gigabit.
And I ask myself … why? why? why? why? why?
It’s because I can’t read, apparently, and that’s why.
I think we’ve finally arrived at a semi-stable network layout for running Stack Overflow and the rest of the trilogy.
Here’s a diagram of our current network layout:
The most recent changes were all in the name of redundancy:
- move to dual HAProxy routing instances
- add a third Stack Overflow server to the HAProxy rotation to handle steadily growing site traffic
- push our static content (sstatic.net), which is shared amongst all Trilogy sites, to five different servers
- take advantage of our datacenter’s ability to deliver dual switched connections to the internet
The last part is in reference to an unfortunate recent switch outage at PEAK, our datacenter provider. It was handled swiftly, but now there is no longer a single point of failure upstream of us at PEAK — we’re being served by two different switches on two different internet connections. Kudos to PEAK for not only handling this rapidly at the time, but also more permanently fixing it in a way that makes it less likely to happen next time.
What motivated a lot of this was a little scare we had about a week ago. The single server that hosted our single HAProxy instance and the sstatic.net content experienced some kind of bizarre, one-time, and still-unexplainable (edit: now explained) networking issue. This sounds minor, and it should have been, but it was a major bummer in actuality because having that one server become unavailable on the network effectively took out every single site we run with the exception of Careers. We sure lost the server lottery on that one.
Not good, obviously.
We redoubled our efforts to become more redundant. We recently added a sixth 1U web tier machine so our server rack is now completely full. We have way, way more server power than we need. That’s 6 very capable web tier boxes and 2 beefy database tier boxes all told. Each ready and willing to dynamically share whatever load we want them to. We just had to figure out how to do it.
We’re big fans of HAProxy, which the guys at Reddit turned us on to. It has been working flawlessly for us in load balancing Stack Overflow between two — and now three — servers. We currently use IP-hash based routing to determine which server visitors to stackoverflow.com end up on. This helps improve local server cache hit ratios, as users “stick” to the same server for as long as they hold the same IP address. (No, we don’t use a shared server farm memory cache like Memcached or Velocity quite yet.) While this works, it does lead to some slightly imbalanced loads, particularly when single-IP whales like Google thunder through your neighborhood. We found that going from two to three servers produced a surprisingly large improvement in server load balance, even with our less-than-optimal IP hash routing choice.
HAProxy is a proven solution for us. But we needed some way of using two HAProxies — on two different servers.
Geoff did some research and came up with Heartbeat, which is a part of Linux-HA. This works by “sharing” one IP between two machines (in this case, two Linux virtual machines). It dynamically switches the IP from one server to the other when the heartbeat times out. We now have this set up and it works brilliantly; shut down one of the two VMs and within two ping -t cycles, that IP address is automagically and seamlessly switched to the other VM. There is a very brief interruption of service during this switchover, but it’s no more than a few seconds.
We also moved our sstatic.net shared content from living on a single webserver, to living on five different webservers. Our dual HAProxy instance is also responsible for routing sstatic.net traffic — as visitors request sstatic.net files, those requests are served in perfect round-robin fashion by whichever of the 5 webservers HAProxy sees as alive at the moment.
Given that these HAProxy instances are super-critical not only to Stack Overflow but every site in the trilogy (because they serve shared static content), we need constant reassurance that they’re healthy. We already use Pingdom as an external monitor and alert service for our existing websites, so we added our HAProxy instances to the mix with an aggressive ping schedule. If something bad happens to either HAProxy instance, we should know about it within a few minutes.
There might have been some momentary interruptions in service while we set this all up, so our apologies for that. But the net result is a more resilient, more reliable Stack Overflow and friends for you!
This Saturday, December 19th, from 4 PM to 8 PM PST, all trilogy sites and the blog will be down for a spot of maintenance.
What are we doing? A few things, several of which were inspired by comments on our Server Rack Glamour Shots:
- Upgrading one server which does a lot of VM utility work to Windows Server 2008 R2.
- Installing shorter power cables.
- Installing shorter ethernet cables.
- Installing a 24-port gigabit switch, which we will reverse 1U mount.
- Adding dual redundant daily USB hard drive backups, as suggested by Joel.
This probably won’t take 4 full hours, but we figured it was better to warn about more than we needed, just in case!
All done; behold the beautiful results of Geoff’s hard work — and compare with the old setup.

We installed our secondary (backup) database server tonight. Geoff took the opportunity to snap a few glamour shots of the Stack Overflow server rack at our host PEAK Internet.
I present them here for your unbridled enjoyment and pleasure:


update: Based on feedback from this post, we went back and improved our rack hygiene:

These are primarily Lenovo RS110 and Lenovo RD120 servers, with a few other rackable items in the mix:
- 1U web servers (5)
2.83 Ghz quad core, 8 GB RAM, 2 drive RAID 1 - Primary 2U database server
3.33 Ghz quad core x 2, 48 GB RAM, 6 drive RAID 10 - Backup 2U database server
2.5 Ghz quad core x 2, 24 GB RAM, 6 drive RAID 10 - QNAP TS-409U network attached storage device
500 Mhz CPU, embedded Linux, hot-plug 4 drive RAID 6 Netgear GS108T smart switch (2)
8 ports, gigabit, managed SNMP, web interface- Netgear GS724Tv3 ProSafe switch
24 ports, gigabit, managed SNMP, web interface - Tripp-Lite RS-1215-20 12 outlet power strip
seriously? it’s a friggin’ power strip. Oh fine.
Note that the primary database server is shared across all sites; only two of the web tier servers currently serve Stack Overflow. We have quite a bit of extra capacity in the rack.
If you’d like to see more, you dirty hardware perv, you can peruse a more detailed breakdown of the internals of the servers in Stack Overflow Server Glamour Shots.





