kvclient: add ability to flush write buffer when it gets too large #139056
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
We should cap the size we allow the
TxnCoordSenders
write buffer to get, lest we OOM. The exact size is TBD, but once we hit it, we should flush the buffer.The text was updated successfully, but these errors were encountered: