this post was submitted on 16 Jul 2023
14 points (93.8% liked)

Lemmy Mods

329 readers
1 users here now

A community for mods of Lemmy to work together

founded 1 year ago
MODERATORS
 

Cite: 1,3xx Lemmy servers federating https://join-lemmy.org/instances

The code in Lemmy does not seem to federate to all the subscribed servers when a end-user on a remote server deletes their own comment. So far, I can't determine if it has always been this way and nobody noticed, or if something broke at some point in Lemmy code changes. Has it been gong on for weeks, or did it always fail?

Please be kind to users, they may have intended to delete their own comment and Lemmy isn't properly removing it on over 1000 servers and only removes it on 2 servers.

This happens when a community is homed on a server different from the server the end-user is commenting (and deleting that comment) on.

Growing pains.

GitHub issue: https://github.com/LemmyNet/lemmy/issues/3625

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 11 months ago* (last edited 11 months ago)

Starting around June 1, there was a general strategy to upgrade hardware on the established Lemmy servers (that had been around for 6 months or longer, some going back several years).... but hardware upgrades didn't work. Lemmy had serious flaws with federation performance and the PostgreSQL database.

This landed us where we are in mid-July. over 1,300 servers with less than 66,000 active users!

A massive internal SQL usage performance problem was fixed in Lemmy 0.18.2, providing great relief to the most popular servers. It turned out that having an explosion of instances was making the performance far worse, as the code that distributed content to peer servers had extremely inefficient SQL queries.

the legacy is that we have a huge number of servers, but the problems with the logic in the code for federation not being complete/tested.

load more comments
view more: next ›