David Robertson
|
f5aaa55e27
|
Add new columns tracking when we partial-joined (#13892)
|
2022-09-27 17:26:35 +01:00 |
|
Brendan Abolivier
|
ccca14140a
|
Track device IDs for pushers (#13831)
Second half of the MSC3881 implementation
|
2022-09-21 15:31:53 +00:00 |
|
Brendan Abolivier
|
8ae42ab8fa
|
Support enabling/disabling pushers (from MSC3881) (#13799)
Partial implementation of MSC3881
|
2022-09-21 14:39:01 +00:00 |
|
Eric Eastwood
|
44be42338e
|
Add support to purge rows from MSC2716 and other tables when purging a room (#13825)
`event_failed_pull_attempts` added in https://github.com/matrix-org/synapse/pull/13589
MSC2716 related tables added in:
- https://github.com/matrix-org/synapse/pull/10245/files#diff-3d42dfb44d02f7de3aada105e0bdc1cc9dd7f953cbf0f36c5d0f50827bf0320aR1
- Renamed in https://github.com/matrix-org/synapse/pull/10838/files#diff-2730bfbe9e688b55e46f9371aefe67dac2bd2b2b7d9d6b92774eea1fcfae156dR1
- https://github.com/matrix-org/synapse/pull/10498/files#diff-c52bbfbb5921a3f6f023b24343668479d966fac164f13b7c39d2197ce3afa7a5R1
|
2022-09-16 10:56:56 -05:00 |
|
Eric Eastwood
|
957e3d74fc
|
Keep track when we try and fail to process a pulled event (#13589)
We can follow-up this PR with:
1. Only try to backfill from an event if we haven't tried recently -> https://github.com/matrix-org/synapse/issues/13622
1. When we decide to backfill that event again, process it in the background so it doesn't block and make `/messages` slow when we know it will probably fail again -> https://github.com/matrix-org/synapse/issues/13623
1. Generally track failures everywhere we try and fail to pull an event over federation -> https://github.com/matrix-org/synapse/issues/13700
Fix https://github.com/matrix-org/synapse/issues/13621
Part of https://github.com/matrix-org/synapse/issues/13356
Mentioned in [internal doc](https://docs.google.com/document/d/1lvUoVfYUiy6UaHB6Rb4HicjaJAU40-APue9Q4vzuW3c/edit#bookmark=id.qv7cj51sv9i5)
|
2022-09-14 13:57:50 -05:00 |
|