anonymousland-synapse/synapse/federation/transport/server
David Robertson f160fe18e3
Debug for device lists updates (#11760)
Debug for #8631.

I'm having a hard time tracking down what's going wrong in that issue.
In the reported example, I could see server A sending federation traffic
to server B and all was well. Yet B reports out-of-sync device updates
from A.

I couldn't see what was _in_ the events being sent from A to B. So I
have added some crude logging to track

- when we have updates to send to a remote HS
- the edus we actually accumulate to send
- when a federation transaction includes a device list update edu
- when such an EDU is received

This is a bit of a sledgehammer.
2022-01-20 13:38:44 +00:00
..
__init__.py Add most of the missing type hints to synapse.federation. (#11483) 2021-12-02 16:18:10 +00:00
_base.py Improve opentracing for incoming HTTP requests (#11618) 2021-12-20 17:45:03 +00:00
federation.py Debug for device lists updates (#11760) 2022-01-20 13:38:44 +00:00
groups_local.py Split synapse.federation.transport.server into multiple files. (#10590) 2021-08-16 10:14:31 -04:00
groups_server.py Split synapse.federation.transport.server into multiple files. (#10590) 2021-08-16 10:14:31 -04:00