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
[FIXED] Stream peers drift after server peer-remove (#6720)
If a server is peer-removed, a new peer will be selected if the server
hosted a stream. That new peer would be given the new peer set by the
meta layer, but would then reset back to the old peer set as part of the
stream's log.
This is a short-term fix, proposing the new peer set through the
stream's log to ensure all replicas agree on it.
Later we'll need to rework some parts to ensure the meta layer only
'suggests' new changes, but the proposing actually goes through the
stream/consumer's log instead of meta's log.
Signed-off-by: Maurice van Veen <[email protected]>
Co-authored-by: Neil Twigg <[email protected]>
0 commit comments