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
In a distributed system, a read request should see the result of a former succeeded write, by wall-clock means, or by pseudo time(log id) means.
To ensure consistency in a distributed system, when a read request is made, it should be able to access the outcome of a previously successful write, either through wall-clock means or by using pseudo time (log id).
Thank you for your interest in contributing to this feature. However, we are not ready to implement it at this time due to several refactoring tasks that need to be completed first, including updating the leader lease: leader lease is not updated by leader itself, only by followers.
I will contact you when the dependency is ready, and if you are still interested, we can discuss further. Please let me know if you require additional information.
@drmingdrmer Thanks for you reply.I am willing to wait until refactor completed.I don't need additional information at the moment. In the period,I would like to try some simple task to familiarize openraft. Is some suitable task I can do?If not, it is no matter.
Wish everything goes well.
In a distributed system, a read request should see the result of a former succeeded write, by wall-clock means, or by pseudo time(log id) means.
To ensure consistency in a distributed system, when a read request is made, it should be able to access the outcome of a previously successful write, either through wall-clock means or by using pseudo time (log id).
ReadIndex
#965The text was updated successfully, but these errors were encountered: