Ask HN: Best “I brought down production” story?
1–10 of 301 posts
Re: Ask HN: Best “I brought down production” story?
#2I still think it was over-provisioned, but they told Ops to stop listening to me unless someone else agreed. Probably ran on the 50 machines till it was discontinued 10 or 15 years later, but I left so who knows.
Re: Ask HN: Best “I brought down production” story?
#3Re: Ask HN: Best “I brought down production” story?
#4I couldn’t get the tape drive door open so I looked around and saw a key next to the door.
That didn’t open the door either. I was stood there scratching my head when the double doors burst open and half a dozen sysadmins came running in like a SWAT team.
I was a bit surprised until I glanced down and notice all the lights were off.
Yes the key that turned the power off had been left in the machine.
Re: Ask HN: Best “I brought down production” story?
#5So I crafted an .asp to do my maintenance.
Only I was calling CreateObject() in the for loop to get a new AdoDb.Connection for each of the array entries of the data.
That creaky IIS server crashed like the economy.
Re: Ask HN: Best “I brought down production” story?
#6On another occasion I had a division operation happen on integers instead of floats, and the code was running on some hardware that steered antennas for radios on airplanes. Much time was spent by pilots flying in circles over LA while I gathered data and found the "oops". It was fixed by adding a period to an int literal.
On another occasion my machine learning demo API failed due to heavy load, but only when India's prime minister was looking at it.
Re: Ask HN: Best “I brought down production” story?
#7Re: Ask HN: Best “I brought down production” story?
#8Re: Ask HN: Best “I brought down production” story?
#9One night in bed I realized that if someone hit submit on the delete screen without filling in any criteria it would just delete the whole database.
Not a fun drive in.
Yes, we drove in in those days.
Re: Ask HN: Best “I brought down production” story?
#10At the time I was mortified, but in hindsight the fact that I was able to do that in the first place was really the issue, not my script.