kvserver: add batch timeouts during intent GC #67296
Labels
A-kv
Anything in KV that doesn't belong in a more specific category.
C-performance
Perf of queries or internals. Solution not expected to change functional behavior.
T-kv
KV Team
In #65001 we increased the MVCC GC timeout to 10 minutes. However, the intent resolution done as part of this GC is dependant on other ranges, and if a single range is unavailable it will halt further intent resolution until the 10 minute timeout triggers, preventing progress on other intents.
Once #65847 lands, we should add per-batch intent resolution timeouts, to ensure we always make some progress even in the face of unavailable ranges.
The text was updated successfully, but these errors were encountered: