This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Cyclic dependency while building tcp_replication error in 1.12.0 #7169
Comments
Rolling back to 1.11.0 seemed to fix this, so something may have changed. |
I think this is just a symptom of #7130. I'll raise a PR to fix the confusing error message though. |
richvdh
added a commit
that referenced
this issue
Mar 30, 2020
If there was an exception setting up one of the attributes of the Homeserver god object, then future attempts to fetch that attribute would raise a confusing "Cyclic dependency" error. Let's make sure that we clear the `building` flag so that we just get the original exception. Ref: #7169
richvdh
added a commit
that referenced
this issue
Mar 31, 2020
If there was an exception setting up one of the attributes of the Homeserver god object, then future attempts to fetch that attribute would raise a confusing "Cyclic dependency" error. Let's make sure that we clear the `building` flag so that we just get the original exception. Ref: #7169
phil-flex
pushed a commit
to phil-flex/synapse
that referenced
this issue
Jun 16, 2020
…rix-org#7178) If there was an exception setting up one of the attributes of the Homeserver god object, then future attempts to fetch that attribute would raise a confusing "Cyclic dependency" error. Let's make sure that we clear the `building` flag so that we just get the original exception. Ref: matrix-org#7169
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Updating to 1.12.0 from 1.11.0 today, and found that my synchronous have stopped working and are displaying this error when handling requests. I can't see any warnings in CHANGES.md of package breakages so I'm not sure what's going on here.
The text was updated successfully, but these errors were encountered: