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
Now quorum read go through raft and will apply to every follower's store.
1, every follower will apply a read and get the data from store, no need?
2, is it necessary to go though raft? could the follower get the newest commitIndex of leader, and wait util the log with the commitIndex applied to follower, then get the data from the store ?
The text was updated successfully, but these errors were encountered:
Now quorum read go through raft and will apply to every follower's store.
1, every follower will apply a read and get the data from store, no need?
2, is it necessary to go though raft? could the follower get the newest commitIndex of leader, and wait util the log with the commitIndex applied to follower, then get the data from the store ?
The text was updated successfully, but these errors were encountered: