forked-synapse/changelog.d
Erik Johnston 6b9e1014cf
Fix race in federation sender that delayed device updates. (#6799)
We were sending device updates down both the federation stream and
device streams. This mean there was a race if the federation sender
worker processed the federation stream first, as when the sender checked
if there were new device updates the slaved ID generator hadn't been
updated with the new stream IDs and so returned nothing.

This situation is correctly handled by events/receipts/etc by not
sending updates down the federation stream and instead having the
federation sender worker listen on the other streams and poke the
transaction queues as appropriate.
2020-01-29 11:23:01 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6729.misc Add rooms.room_version column (#6729) 2020-01-27 14:30:57 +00:00
6734.bugfix Warn if postgres database has non-C locale. (#6734) 2020-01-28 13:44:21 +00:00
6748.misc Propagate cache invalidates from workers to other workers. (#6748) 2020-01-27 13:47:50 +00:00
6751.misc Remove unnecessary abstractions in admin handler (#6751) 2020-01-22 15:09:57 +00:00
6757.misc a bit of debugging for media storage providers (#6757) 2020-01-23 12:11:44 +00:00
6761.bugfix Minor fixes to user admin api (#6761) 2020-01-23 12:03:58 +00:00
6767.bugfix Validate client_secret parameter (#6767) 2020-01-24 14:28:40 +00:00
6771.bugfix Make 'event.redacts' never raise. (#6771) 2020-01-23 15:19:03 +00:00
6775.doc Formatting of changelog 2020-01-27 14:09:59 +02:00
6776.misc Detect unknown remote devices and mark cache as stale (#6776) 2020-01-28 14:43:21 +00:00
6787.feature update changelog 2020-01-28 14:20:10 +00:00
6788.misc Pass room version object into event_auth.check and check_redaction (#6788) 2020-01-28 14:18:29 +00:00
6792.misc Delete current state when server leaves a room (#6792) 2020-01-29 11:01:32 +00:00
6795.bugfix Fix outbound federation request metrics (#6795) 2020-01-28 18:59:48 +00:00
6796.bugfix Fix bug when querying remote user keys that require a resync. (#6796) 2020-01-29 09:56:41 +00:00
6799.bugfix Fix race in federation sender that delayed device updates. (#6799) 2020-01-29 11:23:01 +00:00