Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allocatorimpl: vlog on all excl. repl due to catchup conditions
Previously, we would only `VEventf(ctx, 5, ...)` when a replica was being excluded due to having a send queue, or not being in `StateReplicate`. Now also: - `V(4)` log when a replica is included due to missing stats. - `V(6)` log when a replica is included due to passing stats. Part of: cockroachdb#123509 Release note: None
- Loading branch information