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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: