You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CS API /join times out with a 524. The serverside doesn't seem to log anything sensible (looking at the event_creator_users worker).
It looks like we're not logging a response due to the client having disconnected (which seems strange; i thought we logged the response whatever). Meanwhile, something is silently wedging solid after looking up the alias - perhaps getting stuck on a lineariser lock for the room or something?
Steps to reproduce
try to join #libera:libera.chat from a matrix.org account.
This issue has been migrated from #15115.
Description
The CS API /join times out with a 524. The serverside doesn't seem to log anything sensible (looking at the event_creator_users worker).
It looks like we're not logging a response due to the client having disconnected (which seems strange; i thought we logged the response whatever). Meanwhile, something is silently wedging solid after looking up the alias - perhaps getting stuck on a lineariser lock for the room or something?
Steps to reproduce
Homeserver
matrix.org
Synapse Version
{"server_version":"1.77.0rc1 (b=matrix-org-hotfixes,19bb342763)","python_version":"3.8.12"}
Installation Method
pip (from PyPI)
Database
postgres
Workers
Multiple workers
Platform
linux
Configuration
No response
Relevant log output
Anything else that would be useful to know?
This is causing avoidable drama with Libera.
The text was updated successfully, but these errors were encountered: