This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
If an event takes ages to persist it blocks other events from being notified #16633
Labels
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Major
Major functionality / product severely impaired, no satisfactory workaround.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
This is because we assign a stream ordering fairly early on, and we block notifying
/sync
streams / replication / etc about later events until the slow event has finished persisting.One mitigation could be to assign a stream ordering as late as possible inside the transaction, to minimise the number of queries that could block future events.
The text was updated successfully, but these errors were encountered: