element-hq / element-hq/synapse
Audit all the code paths that can block waiting for full state after a faster join
Open
A-Federated-Join
O-Occasional
S-Major
T-Defect
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#15261](https://github.com/matrix-org/synapse/issues/15261).
---
We need a more systematic approach to preventing issues like #15220 from happening.
Ideas include:
* grepping through the source code
* grepping through the matrix.org logs for unexpected stack traces where we block
* some kind of code analysis tooling (which could be reusable for `@cancellable` decorators)
Contributor guide
Assessment
This issue has not been assessed yet.