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
More AssertionErrors from replication_notifier #7340
Labels
A-Workers
Problems related to running Synapse in Worker Mode (or replication)
Comments
as per #7351 (comment), at least the |
Removing the release blocker label as #7378 mitigates it, though I'm leaving this issue open as it looks like it needs more investigation. |
#7740 has cleaned this up a lot |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
we have a function
db_query_to_update_function
which wraps a database query function so that it can be used as an update_function for replication streams. It relies on the wrapped function returning no more than the number of rows asked for. #7337 found and fixed one instance where this was not the case, but we should check if there are any more.The text was updated successfully, but these errors were encountered: