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
145439: kvserver: mv entries cache update out of logstore r=tbg a=pav-kv
The current rough split between `LogStore` and `replicaLogStorage` is that the latter is responsible for the in-memory state and keeping it consistent with storage, and the former is just the storage part. This commit moves the code in that direction by placing the raft entries cache update in `replicaLogStorage`.
Related to #136109
Epic: CRDB-46488
Co-authored-by: Pavel Kalinnikov <[email protected]>
0 commit comments