-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Follower's state machine ignore read request. #7952
Comments
|
Main |
I think the problem is caused by jraft system, is it? |
It's nacos state machine logic, it can be enhance. @chuntaojun cc |
yes. it's can be optimize, if read operation throuth raft log not read-index, follower not need apply |
@horizonzy do some enhancement and submit PR? |
Expected behavior
when follower read index failed, it will redirect to leader by raft-log read, then the raft-log will be copy to all nodes(include follower), follower will apply read raft-log also. In fact, follower can ignore read raft-log.
The text was updated successfully, but these errors were encountered: