Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orphan message, error ignored: Couldn't find Domain with 'id'= #2026

Closed
vohmar opened this issue Jun 8, 2021 · 3 comments · Fixed by #2076
Closed

orphan message, error ignored: Couldn't find Domain with 'id'= #2026

vohmar opened this issue Jun 8, 2021 · 3 comments · Fixed by #2076
Assignees

Comments

@vohmar
Copy link
Contributor

vohmar commented Jun 8, 2021

There are messages like:
orphan message, error ignored: Couldn't find Domain with 'id'=209740

in the epp log.

What is the reason? any way to fix?

@yulgolem
Copy link
Contributor

yulgolem commented Jun 8, 2021

That's from here - https://github.com/internetee/registry/blob/master/app/controllers/epp/polls_controller.rb#L20

According to the code this could happen if the registrar does not dequeue messages, and then the domain was deleted.
Looks like system behaves as intended.

@vohmar
Copy link
Contributor Author

vohmar commented Jun 8, 2021

So this error happens when registrar requests a poll message (the last one) but the domain referenced has already been deleted?
Do we deque the message automatically if this error occurs?

@yulgolem
Copy link
Contributor

yulgolem commented Jun 8, 2021

Don't think so, but definitely we should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants