diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-29 12:43:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 12:43:36 +0100 |
commit | 7647b0337fb5d936c88c5949fa92c07bf2137ad0 (patch) | |
tree | f53a00b85e25e1c60d3ef9327b4e7dbd1ffbd130 /changelog.d | |
parent | Migrate stream_ordering to a bigint (#10264) (diff) | |
download | synapse-7647b0337fb5d936c88c5949fa92c07bf2137ad0.tar.xz |
Fix `populate_stream_ordering2` background job (#10267)
It was possible for us not to find any rows in a batch, and hence conclude that we had finished. Let's not do that.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10267.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10267.bugfix b/changelog.d/10267.bugfix new file mode 100644 index 0000000000..7ebda7cdc2 --- /dev/null +++ b/changelog.d/10267.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. |