[flagged]
Knightmare: A DevOps Cautionary Tale (2014)
11–20 of 294 posts
Re: Knightmare: A DevOps Cautionary Tale (2014)
#12Re: Knightmare: A DevOps Cautionary Tale (2014)
#13Re: Knightmare: A DevOps Cautionary Tale (2014)
#14This is what people don't realize when they say HFT (high frequency trading) is risk-free, leeching off people, etc.
You make a million every day with very little volatility (the traditional way of quantifying "risk" in finance) but one little mistake, and you're gone. The technical term is "picking up pennies in front of a steamroller (train)". Selling options is also like that.
Re: Knightmare: A DevOps Cautionary Tale (2014)
#15The real issue was re-using an old flag. That should have never been thought of or approved.
Re: Knightmare: A DevOps Cautionary Tale (2014)
#16[flagged]
Re: Knightmare: A DevOps Cautionary Tale (2014)
#17Substitute "a developer forgot to upload the code to one of the servers" for "the deployment agent errored while downloading the new binary/code onto the server and a bug in the agent prevented the error from being surfaced." Now you have the same failure mode, and the impact happens even faster.
The blame here lies squarely with the developers--the code was written in a non-backwards-compatible way.
Re: Knightmare: A DevOps Cautionary Tale (2014)
#18I'm not sure how automated deployments would have solved this problem. In fact, if anything, it would have magnified the impact and fallout of the problem. Substitute "a developer forgot to upload the code to one of the servers" for "the deployment agent errored while downloading the new binary/code onto the server and a bug in the agent prevented the error from being surfaced." Now you have the same failure mode, an…
Re: Knightmare: A DevOps Cautionary Tale (2014)
#19Ah, Knight Capital. The warning story for every quant trader / engineer. This is what people don't realize when they say HFT (high frequency trading) is risk-free, leeching off people, etc. You make a million every day with very little volatility (the traditional way of quantifying "risk" in finance) but one little mistake, and you're gone. The technical term is "picking up pennies in front of a steamroller (train)".…
Re: Knightmare: A DevOps Cautionary Tale (2014)
#20[flagged]