Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: refresh large or lower-priority reproposals less frequently
If a range slows down to the point where a single command won't succeed in 3s (the refresh proposal timeout), it will be re-added to the log. This can become a self-sustaining loop that keeps the system in a metastable regime. Attempt to address this by gradually increasing the delay between refresh attempts. Epic: CRDB-25287 Release note: None
- Loading branch information