diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2020-09-04 15:06:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 15:06:51 +0100 |
commit | 17fa4c7ca79b45baebb84d49adbcd1a2a9ea3f09 (patch) | |
tree | a85bb2c427db4568f1a628d38bc93929aaee160c /changelog.d | |
parent | Catch-up after Federation Outage (split, 1) (#8230) (diff) | |
download | synapse-17fa4c7ca79b45baebb84d49adbcd1a2a9ea3f09.tar.xz |
Catch up after Federation Outage (split, 2): Track last successful stream ordering after transmission (#8247)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8247.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8247.misc b/changelog.d/8247.misc new file mode 100644 index 0000000000..3c27803be4 --- /dev/null +++ b/changelog.d/8247.misc @@ -0,0 +1 @@ +Track the `stream_ordering` of the last successfully-sent event to every destination, so we can use this information to 'catch up' a remote server after an outage. |