Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: ensure non-expired context before each liveness update attempt
Fixes cockroachdb#25430. Before this change, a liveness update could get stuck in an infinite loop if its context expired. This is because it would continue to retry and continue to get `errRetryLiveness` errors due to `AmbiguousResultErrors` created by `DistSender`. Release note: None
- Loading branch information