Live data from Hacker News

Reddit.com appears to be having an outage

news.ycombinator.com

261–270 of 696 posts

Re: Reddit.com appears to be having an outage

#261
post #24

Earlier quoted context omitted.

Could also make a guess that the blackout has changed how their normal traffic patterns operate, causing some issues with autoscaling/hot partitions.

Yeah, my assumption was that something in some layer of their application isn’t well optimized when asked to return posts from a subreddit that has “gone dark” in whatever fashions the mods chose to do that. For example, maybe it causes reads from the database take a lot longer than they normally would, locking up the database or causing the process the crash (again, that’s just pure speculation).

one I've been wondering about is user overview pages. People use those a lot (it's actually my bookmark for getting onto reddit) and yesterday I noticed that a post I made wasn't in my overview, and it's because that sub had gone dark early.

What happens when a user has 99% of their posting in subs that are now hidden, and the API is programmed to produce a fixed 30 comments of history on the overview page? The answer is extremely deep database pulls... you might pull a year of comment history to get 30 comments that aren't hidden. And depending on how they do that, it may actually pull the whole comment history for that timespan, since most of the time posts aren't hidden like this.

I worked at a backend team at work with some very overburdened legacy tables in mongo, and this is the kind of thing we'd think about. Yeah you can use an index, but then you have to maintain the index for every record, and change it every time a sub goes private/public (and we literally were hitting practical limits on how many indexes we could keep, we finally instituted a 1-in-1-out rule). And how often does that happen? Even deleted comments are overall probably a minority such that indexes don't matter, but, this is relational data, you have to know which subreddits are closed before you can filter their results, and mongo sucks at joins. And the mongo instance can become a hotspot, so, just filter it in the application instead for those "rare" instances. Even if they are doing it in mongo, the index/collection they're joining may suddenly be 100x the size, which could blow stuff up anyway.

edit: for me, one overview page is now taking me back one month in comment history. And I comment a lot on subs that are currently closed, so it could easily be throwing away 5-10 comments for every comment it displays.

Re: Reddit.com appears to be having an outage

#262

Earlier quoted context omitted.

I deleted Apollo and the official Reddit app (which I used to post posts) and I'm done. I had been a user for ~12 years and had 150K+ comment karma. They fucked up and now I'll spend more time on here and /., is my guess. Unless there are other strong dork communities I should be looking into. Edit: Ask HN thread showed up on my last question: https://news.ycombinator.com/item?id=36293789

What is /. ?

Slashdot.

Re: Reddit.com appears to be having an outage

#264

Earlier quoted context omitted.

I deleted Apollo and the official Reddit app (which I used to post posts) and I'm done. I had been a user for ~12 years and had 150K+ comment karma. They fucked up and now I'll spend more time on here and /., is my guess. Unless there are other strong dork communities I should be looking into. Edit: Ask HN thread showed up on my last question: https://news.ycombinator.com/item?id=36293789

What is /. ?

Slashdot, if I had to guess

Re: Reddit.com appears to be having an outage

#265

Reddit being gone for a while actually makes me feel like the world is a better place. Somehow knowing even for a brief moment no one is there and I’m not missing out on anything makes me feel… more alive and excited to interact with the world. sounds bizarre I know… but I wish more social media shut down now.

Reddit is still a vast archive of valuable advice on many topics. I developed a habit of adding "reddit" to my search requests whenever I want to get unbiased user opinions or product recommendations. For me, today is not only the day when the most of reddit is down but also web search experience is significantly degraded.

I do the same. With that said something will come along. As is the case with these things once the "new standard" becomes the "standard" it becomes astroturfed with fake reviews and manipulation. Reddit is a bit less trustworthy on this front than it used to be.. i suspect at least.

I wouldn't mind some fresh blood even for this purpose.

Re: Reddit.com appears to be having an outage

#266

Earlier quoted context omitted.

I deleted Apollo and the official Reddit app (which I used to post posts) and I'm done. I had been a user for ~12 years and had 150K+ comment karma. They fucked up and now I'll spend more time on here and /., is my guess. Unless there are other strong dork communities I should be looking into. Edit: Ask HN thread showed up on my last question: https://news.ycombinator.com/item?id=36293789

What is /. ?

This hurts.

Re: Reddit.com appears to be having an outage

#268

Earlier quoted context omitted.

I deleted Apollo and the official Reddit app (which I used to post posts) and I'm done. I had been a user for ~12 years and had 150K+ comment karma. They fucked up and now I'll spend more time on here and /., is my guess. Unless there are other strong dork communities I should be looking into. Edit: Ask HN thread showed up on my last question: https://news.ycombinator.com/item?id=36293789

What is /. ?

https://slashdot.org/

Re: Reddit.com appears to be having an outage

#270

So... I visited Reddit before coming here and finding the HN thread... Most of the site is rebelling, but I took the time to visit, intending to give them impressions, just to see how they are holding up. And of course they aren't really holding up as we can see. But their handling is unbelievably tone deaf - I was greeted by the message that I broke Reddit. They gave me the grade of 'F'. I refreshed the page and the…

Those error pages are actually infuriating. Maybe I'm just getting older but seeing "You broke reddit" and all the other shit annoys the hell out of me. It's their website, the error should be "we fucked sometning up, sorry" and be done with it.

I agree, I really long for the days of simple "there was an error" messages. This trend of "you bwoke us" or "OOPSIE WOOPSIE!! Uwu We made a fucky wucky!! A wittle fucko boingo! The code monkeys at our headquarters are working VEWY HAWD to fix this!" messages is infuriating to me even more than a simple error.
Post reply on HN