element-hq / element-hq/synapse
sometimes dummy_event sending can't keep up with new extremities
Open
A-Performance
T-Defect
z-bug
z-p2
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#7682](https://github.com/matrix-org/synapse/issues/7682).
---
For high-volume rooms, it's possible for forward extremities to accumulate faster than the dummy_event sender clears them out.
once a certain number of forward extremities have accumulated, it takes a long time for each new event to be processed, increasing the chance of several arriving in parallel, thus increasing the extremity count further. (Likewise, it takes a long time to send each dummy event, limiting the rate at which they can be sent.)
Contributor guide
Assessment
This issue has not been assessed yet.