Queued messages for unregisterd appservices cause issues at startup #1204
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status/Blocked
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1204
Loading…
Add table
Add a link
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?
@Henry-Hiles reported that continuwuity was failing to startup:
This smells like:
async fn send_events_dest_appservice(&self,id: String,events: Vec<SendingEvent>,) -> SendingResult {let Some(appservice) = self.services.appservice.get_registration(&id).await else {return Err((Destination::Appservice(id.clone()),err!(Database(warn!(?id, "Missing appservice registration"))),));};is getting hit, and that error is causing hangs at startup
Two part fix ideally:
Duplicate of #1144?
Nope, this happens when the appservice is removed AFACT