diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-30 15:01:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 15:01:24 +0100 |
commit | 859dc05b3692a3672c1a0db8deaaa9274b6aa6f5 (patch) | |
tree | d4c9c7690a7a1da20f831af5bfbffeef6e621f55 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-859dc05b3692a3672c1a0db8deaaa9274b6aa6f5.tar.xz |
Rebuild other indexes using `stream_ordering` (#10282)
We need to rebuild *all* of the indexes that use the current `stream_ordering` column.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10282.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10282.bugfix b/changelog.d/10282.bugfix new file mode 100644 index 0000000000..7ebda7cdc2 --- /dev/null +++ b/changelog.d/10282.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would return errors after 2<sup>31</sup> events were handled by the server. |