Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: fix replicate queue metrics tracking bug
In cockroachdb#85844, tracking replicate queue success and error metrics by allocator action was introduced, however this change inadvertently included a bug due to missing the `RemoveDead(Non)Voter` allocator action case, in combination with a panic on unexpected actions. This change fixes the missing case as well as the panic. Release justification: Bug fix Release note: None
- Loading branch information