diff options
author | Erik Johnston <erikj@element.io> | 2024-05-30 14:03:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 14:03:49 +0100 |
commit | 5624c8b961ed6a8310a2c6723ae13e854721756b (patch) | |
tree | e45dfc271ed2ec540170de66ccc3534b98de1992 /changelog.d/17215.bugfix | |
parent | Fix deduplicating of membership events to not create unused state groups. (#1... (diff) | |
download | synapse-5624c8b961ed6a8310a2c6723ae13e854721756b.tar.xz |
In sync wait for worker to catch up since token (#17215)
Otherwise things will get confused. An alternative would be to make sure that for lagging stream we don't return anything (and make sure the returned next_batch token doesn't go backwards). But that is a faff.
Diffstat (limited to 'changelog.d/17215.bugfix')
-rw-r--r-- | changelog.d/17215.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17215.bugfix b/changelog.d/17215.bugfix new file mode 100644 index 0000000000..10981b798e --- /dev/null +++ b/changelog.d/17215.bugfix @@ -0,0 +1 @@ +Fix bug where duplicate events could be sent down sync when using workers that are overloaded. |