Skip to content
New issue

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

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

Already on GitHub? # to your account

[Bug]: Implement ReadIndex #870

Closed
1 task done
bsbds opened this issue Jul 2, 2024 · 2 comments
Closed
1 task done

[Bug]: Implement ReadIndex #870

bsbds opened this issue Jul 2, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bsbds
Copy link
Collaborator

bsbds commented Jul 2, 2024

Description about the bug

When a network partition occurs, the leader in the smaller partition may not be aware that a new leader has already been elected in the cluster. If the original leader continues to serve read-only requests to clients during this time, it could result in stale reads. We should implement ReadIndex to enable read-only request on the leader.

Version

0.1.0

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bsbds bsbds added the bug Something isn't working label Jul 2, 2024
@bsbds bsbds added this to the v0.7.0 milestone Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

👋 Thanks for opening this issue!

Reply with the following command on its own line to get help or engage:

  • /contributing-agreement : to print Contributing Agreements.
  • /assignme : to assign this issue to you.

@bsbds bsbds self-assigned this Jul 8, 2024
@Phoenix500526
Copy link
Collaborator

Closed in PR #857

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants