Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for linearizable read #806

Open
1 of 4 tasks
drmingdrmer opened this issue Apr 28, 2023 · 4 comments
Open
1 of 4 tasks

Tracking issue for linearizable read #806

drmingdrmer opened this issue Apr 28, 2023 · 4 comments
Labels
tracking tracking issue of other sub issues

Comments

@drmingdrmer
Copy link
Member

drmingdrmer commented Apr 28, 2023

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).

@github-actions
Copy link

👋 Thanks for opening this issue!

Get help or engage by:

  • /help : to print help messages.
  • /assignme : to assign this issue to you.

@HHoflittlefish777
Copy link
Contributor

@drmingdrmer Can I try it?

@drmingdrmer
Copy link
Member Author

@HHoflittlefish777

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.

Best regards

@HHoflittlefish777
Copy link
Contributor

@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.

@drmingdrmer drmingdrmer added the tracking tracking issue of other sub issues label Nov 5, 2023
@drmingdrmer drmingdrmer changed the title Tracking issue for consistent read Tracking issue for linearizable read Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracking tracking issue of other sub issues
Projects
None yet
Development

No branches or pull requests

2 participants