You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
This issue has been migrated from #16633.
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: