element-hq / element-hq/synapse

sometimes dummy_event sending can't keep up with new extremities

Open
#7,682 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.