9 ms·
> Double disk failure is improbable but not impossible. It's not even improbable if the disks are the same kind purchased at the same time.
by davedunkin 4y ago
> Double disk failure is improbable but not impossible.
It's not even improbable if the disks are the same kind purchased at the same time.
- 0xbadcafebee 4y agoEven if they're not the same, they're written at the same time and rate, meaning they have the same wear over time, subject to the same power/heat issues, etc.
- pmoriarty 4y agoHopefully, regularly checking the disks' S.M.A.R.T status will help you stay on top of issues caused by those factors. Also, you shouldn't wait for disks to fail to replace them. HN's disks were used for 4.5 years, which is greater than the typical disk lifetime, in my experience. They should have replaced them sooner, one by one, in anticipation of failure. This would also allow them to stagger their disk purchases to avoid similar manufacturing dates.
- justsomehnguy 4y agohttps://news.ycombinator.com/reply?id=32033520&goto=item%3Fid%3D32026571%2332033520 https://news.ycombinator.com/reply?id=32033520&goto=item%3Fi... I've seen too many dead disks with a perfect SMART. When the numbers go down (or up) and triggers are fired then you are surely need to replace the disk[0], but SMART without warnings just means nothing. [0] my desktop run for years entirely on the disks removed from the client PCs after a failure. Some of them had a pretty bad SMART, on a couple I needed to move the starting point of the partition a couple GBs further from the sector 0 (otherwise they would stall pretty soon), but overall they worked fine - but I never used them as a reliable storage and I knew I can lose them anytime. Of course I don't use repurposed drives in the servers. PS and when I tried to post it I received " We're having some trouble serving your request. Sorry! " Sheesh.
- adrianmonk 4y agoI learned this principle by getting a ticket for a burnt out headlight 1 week after I replaced the other one.
- hallway_monitor 4y agoAnyone familiar with car repair will tell you that if one headlight burns out you should just go ahead and replace both, because of this exact phenomenon. I suppose with LEDs we may not have to worry about it anymore
- bink 4y agoOr even if the power supplies were purchased around the same time. I had a batch of servers that as soon as they arrived started chewing through hard drives. It took about 10 failed drives before I realized it was a problem with the power supplies.
- perilunar 4y agoThere's a principle in aviation of staggering engine maintenance on multiple-engined airplanes to avoid maintenance-induced errors leading to complete power loss. e.g. Simultaneous Engine Maintenance Increases Operating Risks, Aviation Mechanics Bulletin, September–October 1999 https://flightsafety.org/amb/amb_sept_oct99.pdf https://flightsafety.org/amb/amb_sept_oct99.pdf
- spiffytech 4y agoYep: if you buy a pair disks together, there's a fair chance they'll both be from the same manufacturing batch, which correlates with disk defects.
- bragr 4y agoYeah just coming here to say this. Multiple disk failures are pretty probable. I've had batches of both disks and SSDs with sequential serial numbers, subjected to the same workloads, all fail within the same ~24 hour periods.
- mpyne 4y agoSeems like it was only a few days ago that there was a comment from a former Dropbox engineer here pointing out that a lot of disk drives they bought when they stood up their own datacenter had been found to all have a common flaw involving tiny metal slivers.
- schroeding 4y agoHad the same experience with (identical) SSDs, two failures within 10 minutes in a RAID 5 configuration. (Thankfully, they didn't completely die but just put themselves into read-only)
- sofixa 4y agoThat's why serious SAN vendors take care to provide you a mix of disks (e.g. on a brand new NetApp you can see that disks are of 2-3 different types, and with quite different serial numbers).
- dspillett 4y agoThis is why I try to mismatch manufacturers in RAID arrays. I'm told there is a small performance hit (things run towards the speed of the slowest, separately in terms of latency and throughput) but I doubt the difference is high and I like the reduction in potential failure-during-rebuild rates. Of course I have off-machine and off-site backups as well as RAID, but having to use them to restore a large array would be a greater inconvenience than just being able to restore the array (followed by checksum verifies over the whole lot for paranoia's sake).
- kabdib 4y agoI once had a small fleet of SSDs fail because they had some uptime counters that overflowed after 4.5 years, and that somehow persistently wrecked some internal data structures. It turned them into little, unrecoverable bricks. It was not awesome seeing a bunch of servers go dark in just about the order we had originally powered them on. Not a fun day at all.
- mikiem 4y agoYou are never going to guess how long the HN SSDs were in the servers... never ever... OK... I'll tell you: 4.5years. I am not even kidding.
- kabdib 4y agoLet me narrow my guess: They hit 4 years, 206 days and 16 hours . . . or 40,000 hours. And that they were sold by HP or Dell, and manufactured by SanDisk. Do I win a prize? (None of us win prizes on this one).
- agileAlligator 4y agoBang on! https://news.ycombinator.com/item?id=32048148 https://news.ycombinator.com/item?id=32048148
- mikiem 4y agoThese were made by SanDisk (SanDisk Optimus Lightning II) and the number of hours is between 39,984 and 40,032... I can't be precise because they are dead and I am going off of when the hardware configurations were entered in to our database (could have been before they were powered on) or when we handed them over to HN, and when the disks failed. Unbelievable. Thank you for sharing your experience!
- dang 4y agoWow. It's possible that you have nailed this. Edit: here's why I like this theory. I don't believe that the two disks had similar levels of wear, because the primary server would get more writes than the standby, and we switched between the two so rarely. The idea that they would have failed within hours of each other because of wear doesn't seem plausible. But the two servers were set up at the same time, and it's possible that the two SSDs had been manufactured around the same time (same make and model). The idea that they hit the 40,000 hour mark within a few hours of each other seems entirely plausible. Mike of M5 (mikiem in this thread) told us today that it "smelled like a timing issue" to him, and that is squarely in this territory.