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
141821: kvserver: add basic FlushLockTable request r=arulajmani a=stevendanna
This adds a new request FlushLockTableRequest. When issues, any
unreplicated locks in the request header's span will be written as
replicated locks to disk and removed from the in-memory lock table.s
The goal of this request is two fold:
1) By modelling this as a request, we can easily issue flush
operations during KVNemesis at random. This will help us uncover
problems with our current flush semantics.
2) We may use this flush request from a new queue that will
periodically ensure that the size of the lock table is
under control.
Epic: [CRDB-42764](https://cockroachlabs.atlassian.net/browse/CRDB-42764)
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments