Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: expose quota release queue and base index
This exposes the information on `_status/range/N`. I've looked at a few ranges locally and I'm already noticing that weirdly often the last index will be significantly ahead of the quota release base index (though the release queue is always empty). This might be something that only happens on single-node instances (the release mechanism is based on Ready handling, which is different in single instances because nothing ever needs to get acked externally), but it's unexpected to me. Motivated by cockroachdb#39022, where we see a proposal quota leak: quota is queued up for release, but the base index is way ahead of the last index, so it will never be released. Release note: None
- Loading branch information