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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
erikjohnston opened this issue
Oct 27, 2023
· 1 comment
Labels
A-Docsthings relating to the documentationA-WorkersProblems related to running Synapse in Worker Mode (or replication)T-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
An incoming POSITION sends two numbers prev < next. (I assume that prev = next or next < prev are invalid?) The worker processing the POSITION has its own position "current". There are then five cases to illustrate:
current < prev < next
current = prev < next
prev < current < next
prev < current = next
prev < next < current
(The invariant we apparently want is prev <= current <= next, i.e. the middle three bullets.)
DMRobertson
added
A-Docs
things relating to the documentation
A-Workers
Problems related to running Synapse in Worker Mode (or replication)
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
labels
Oct 27, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-Docsthings relating to the documentationA-WorkersProblems related to running Synapse in Worker Mode (or replication)T-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
c.f. #16555 (comment)
The text was updated successfully, but these errors were encountered: