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

provide more secure raft read mechanism #3111

Open
kikimo opened this issue Oct 18, 2021 · 1 comment
Open

provide more secure raft read mechanism #3111

kikimo opened this issue Oct 18, 2021 · 1 comment
Assignees
Labels
type/feature req Type: feature request

Comments

@kikimo
Copy link
Contributor

kikimo commented Oct 18, 2021

We skim the raft-based kv store and found that for read operation, there seems only leased read operation to defend against stale read, though good in performance leased read failed to handle situation like wall-clock drifting, for a strong consistant system, we might need to consider more secure raft kv read mechanism like Indexed Read which is implemented by ETCD and used as its defualt option.

@critical27
Copy link
Contributor

Will focus on more serious problem of raft in 3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants