> However, if they [restore backups], while the impacted ~400 companies would get back all their data, everyone else would lose all data committed since that point OK, so you restore backups to a separate system, and selectively copy the stomped accounts data back to production. Simple concepts aren't that simple at their scale, sure, but I suspect this is skimping details on some truly horrendous monolithic architec…
Inside the longest Atlassian outage
21–30 of 772 posts
Re: Inside the longest Atlassian outage
#22Re: Inside the longest Atlassian outage
#23The fact it's been so long and they still haven't revealed and explained the root cause of the outage is going to make it hard to regain trust on their buggy, slow tools. The bright side of the incident is that competitors that somewhat care about users have a unique opportunity to stand out.
> The fact it's been so long and they still haven't revealed and explained the root cause of the outage They did last night: https://www.atlassian.com/engineering/april-2022-outage-upda...
So what they are saying is that they are not testing scripts at some staging server before running them in production. It's wild that they've managed to scale their products so much before something like this happened.
I hope they've learnt their lesson and they set up some QA process for that stuff.
Re: Inside the longest Atlassian outage
#24Re: Inside the longest Atlassian outage
#25I guess this is wake call for the people rushing to SaaS solutions.
We use JIRA. Not impacted.
If this had hit us.. we would just switch to excel or something for a week/month?
But maybe we are a very light user of JIRA. Nothing in there can't be replaced. It's "nice" to be able to go look up a 3 year old bug and which client reported it, but not really crucial for day to day ops.
Re: Inside the longest Atlassian outage
#26Are Confluence pages and Jira tickets build like a GPT-3 300 Terabyte model? I mean, I thought they were text. 5 days to restore text? They must be generated by a huge complex deep learning voodoo. Atlassian is working on the bleeding edge of technology. This outage is understandable...
Re: Inside the longest Atlassian outage
#27Are Confluence pages and Jira tickets build like a GPT-3 300 Terabyte model? I mean, I thought they were text. 5 days to restore text? They must be generated by a huge complex deep learning voodoo. Atlassian is working on the bleeding edge of technology. This outage is understandable...
Re: Inside the longest Atlassian outage
#28> However, if they [restore backups], while the impacted ~400 companies would get back all their data, everyone else would lose all data committed since that point OK, so you restore backups to a separate system, and selectively copy the stomped accounts data back to production. Simple concepts aren't that simple at their scale, sure, but I suspect this is skimping details on some truly horrendous monolithic architec…
Most likely the database tables themselves are just a mixture of everyone's data. There's no true multitenancy. So they have to load the backups into a separate database. Then just go through and individually select/insert into the old database. And then you have to worry about things like foreign key constraints complicating the bulk data loading. Are you going to disable constraint enforcement while you bulk load t…
Re: Inside the longest Atlassian outage
#29The fact it's been so long and they still haven't revealed and explained the root cause of the outage is going to make it hard to regain trust on their buggy, slow tools. The bright side of the incident is that competitors that somewhat care about users have a unique opportunity to stand out.
> The fact it's been so long and they still haven't revealed and explained the root cause of the outage They did last night: https://www.atlassian.com/engineering/april-2022-outage-upda...
Perhaps my ad blocker is causing that stupid highlight to tweet js they are using to break.
Re: Inside the longest Atlassian outage
#30Yes. Always.