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
Node, sequential is not a global, but a per process property where in etcd process is a etcd server. To validate it we need to be able to identify which server served the request. One option would be to persist MemberId from ResponseHeader in client reports.
/assign
I read a lot about difference between sequential and linearization, it's still a bit confusing but more cleaner to me, i will try to see examples and try to implement this. Just in case i assign myself to show i'm working on it. But if anyone have a ready solution feel free to assign yourself and close PR.
What would you like to be added?
I don't think watch is linearizable (doesn't touch read index), but it should be at least sequential. https://jepsen.io/consistency/models/sequential
Explanation of the naming difference between sequential and serializable: #17918 (comment)
I think we should test:
Those are ideas, don't know if everyone can be easily validated
Why is this needed?
More robustness
The text was updated successfully, but these errors were encountered: