Requirements Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support Did you check to see if this issue already exists? Is this only a single bug? Do not put multipl...
This was running for 8 minutes before I killed it. The user in question has 352 comments and 3073 entries in comment_like. This doesn't seem like such a large amount that there should be significant impact from a user deletion.
Steps to Reproduce
I haven't been able to reproduce this with a test user, so far only this one external user keeps causing it on our site.
I've had to disable the /api/v3/user/delete_account URL for now.
Technical Details
Logs are too noisy but this is triggered by a post to /api/v3/user/delete_account from Jerboa
No, there was one where someone said deleting an account with a huge number of messages would not work at all. But I can't find it. sorry.
The user in question has 352 comments and 3073 entries in comment_like.
I would escalate this to a denial of service issue. Writes in general are a sore point of performance, but this one has to be one of the worst (and least tested on big servers, most aren't willing to go through the labor of creating such an account just for testing).