[bug] Unusually large amount of "Object has been deleted" errors #355
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#355
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
Source
Extra details
Arch Linux amd64
Version
3.4.0-194-g59fde45b-develop
PostgreSQL version
14.6
What were you trying to do?
n/a
What did you expect to happen?
Don't think this should be semi-spammed in my logs every few seconds as this seems to be a new issue.
What actually happened?
Noticed in Akkoma logs a significant amount of
[error] Could not fetch user, {nil, {:error, "Object has been deleted"}}
being logged every few seconds for what seems like hours on end?Memory and CPU usage seems fine, I don't do fancy monitoring so I can't tell if I see any kind of spikes. Postgres logs don't report any errors or anything concerning associated as far as I can tell.
Restarting Akkoma doesn't seem to reliably solve this weird issue.
Logs
Severity
I can manage
Have you searched for this issue?
Following the commits that provide more logging in this case, it seems that all of these deleted objects are deleted (?) accounts?
Paste because too much text wrapping: https://paste.rs/YAj
All of the said accounts in every log of this error leads to a 404.
But I have no idea why this is happening so much every few seconds?
Also side note: I switched to source install, still on latest develop branch.
is that the right link? it goes to some datastudio stuff
@floatingghost Looks like the paste expired and the paste ID got taken by something else.
Here's a new paste from a more reliable site:
0ea80966b1/gistfile1.txt
that looks normal
mastodon[.]technology has gone offline, so after a few days your instance should notice that and stop bothering them
otherwise nothing seems too amiss there
Is it really normal for "Object has been deleted" to be nearly spammed in my server logs? I get this message almost every 3 seconds.
yes
Guess I'll just have to ignore this and filter out these messages when I need to get logs.