kvclient: serve read-your-own-writes from the write buffer #139054
Labels
A-buffered-writes
Related to the introduction of buffered writes
A-kv-transactions
Relating to MVCC and the transactional model.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-kv
KV Team
In service of #72614
Once we introduce a write buffer, transactions will buffer writes on the client until commit time. That means if a transaction wants to read its own writes, it must do so from the buffer (instead of going to the leaseholder).
The text was updated successfully, but these errors were encountered: