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

Registry returns null to summary request with active poll message referencing to deleted object #2644

Open
vohmar opened this issue Jan 26, 2024 · 0 comments
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Jan 26, 2024

REPP request:
{
"controller": "repp/v1/registrar/summary",
"action": "index"
}

REPP response:
null

error in the logs:
orphan message, domain deleted, registrar should dequeue: Couldn't find DomainTransfer with 'id'=25057

System trying to deque poll message that references an already deleted object. Resulting with:

NoMethodError (undefined method domain_name' for true:TrueClass):#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] #12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:26:inserialized_domain_transfer'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:112:in serialized_object'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:104:inserialized_notification'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:85:in serialize_data'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:18:inindex'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/lib/shunter/integration/throttle.rb:18:in throttle'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/concerns/error_and_log_handler.rb:12:inlog_request'

@vohmar vohmar added the bug label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: To do
Development

No branches or pull requests

1 participant