Comment on Why is serveral instances down simultaneously? Is it just me?
wrong issue lol
This probably makes more sense although the issue I was experiencing earlier had similar logs as the issue I linked and others have commented on it too around the same time. I’m guessing they’re related.
The original issue is just a symptom of all database threads being tied up. People just don’t know how to follow an error message to the root cause.
The real source of the issue is db locking from triggers and cascading deletes on a major user change.
My report in github.com/LemmyNet/lemmy/issues/3649 has the offending query.
Thanks for clarifying.
hitagi@ani.social 1 year ago
This probably makes more sense although the issue I was experiencing earlier had similar logs as the issue I linked and others have commented on it too around the same time. I’m guessing they’re related.
Shadow@lemmy.ca 1 year ago
The original issue is just a symptom of all database threads being tied up. People just don’t know how to follow an error message to the root cause.
The real source of the issue is db locking from triggers and cascading deletes on a major user change.
My report in github.com/LemmyNet/lemmy/issues/3649 has the offending query.
hitagi@ani.social 1 year ago
Thanks for clarifying.