Follow-up from https://lemmy.dbzer0.com/post/15792108
I've spent a ton of hours trying to troubleshoot why lemmy.dbzer0.com is falling behind lemmy.world in federation. We have a good idea where it's going wrong, but we have no idea why.
The problem is that once I receive an apub sync from l.w and send the request to the lemmy backend, it takes about 1 second to process an apub sync, which is way too long (is should typically be < 100ms).
We had a look at the DB and it was somewhat slow due to syncing commits to disk. OK we disabled that, and now it's much faster (and less safe but whatever) but the sync times have not improved at all.
I've also made a lot of tests to ensure the problem is not coming from my loadbalancers and I am certain I've removed them from the equation. The issue is somewhere within the lemmy docker stuff and/or the postgresql DB.
Unfortunately I'm relying solely on other admins help on matrix, and at this point I'm being asked to recompile lemmy from scratch or deploy my own docker container with more debug instructions. Neither of these is within my skillset, so I'm struggling to make progress on this.
In the meantime we're falling further and further behind in the lemmy.world federation queue, (along with a lot of other instances). To clarify, the problem is not lemmy.world. It takes my instance the same time to receive apub syncs from every other server. It's just that the other servers don't have as much traffic so 1/s is enough to keep up. But lemmy.world has so much constant changes, 1/s is not nearly fast enough.
I'm continuing to dig on this as much as I can. But I won't lie that I could use some help.
I'll keep you all updated in this thread.
Final Update: Problem has been resolved by migrating my lemmy backend. We are currently catching up to lemmy.world, which should probably take all the next day. But the "distance" is reducing by hundreds of syncs per minute.
I will write a post-mortem soon
I'm interviewing for a job today that could drastically change my life. If I get it I'll be setting aside some $ to help maintain this instance. Your work here and beyond (ex. AI horde) are incredible and I'm looking forward to helping
congrats, as a self hoster myself, i understand the feeling of getting something up and running to your liking. It's the best feeling.
Thanks a lot for putting the energy and time into fixing this.
Update: Most likely culprit here is the distance between my backend and my DB. I am now planning a migration. I'll keep you posted
Just reminding everyone that if you can’t contribute with coding knowledge, you can alternatively contribute with a donation through Ko-Fi. There is also an option for LiberaPay if you prefer that platform.
Update: No appreciable change. I've now recompiled lemmy from scratch and added lemmy.world incoming apub federation to its own backend. Somehow that made the requests from LW 5x slower. This makes no sense...
I've tried tweaking the DB connection pool, with no appreciable effect to performance.
Have you tried simply uninstalling and reinstalling?
I'll see myself out...
We will call it dbzer1.com, it will be much better with hookers and blackjack!
Probably a good idea to stop after several dozen iterations. dbsixty9.com sounds promising!
I can help with docker and linux stuff if you need it, I work with them daily.
Much appreciated update. Thank you for your work and everything you do. o7
This sounds so very complicated, I wish I had the expertise needed to help you out. I hope a fix can come soon.
Thank you for all the time you're dedicating towards this issue and for keeping us updated. You're the best!