Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
110057: kvserver: unskip and deflake replicate queue dead non voters r=andrewbaptist a=kvoli TestReplicateQueueDeadNonVoters would flake periodically due to racing between the snapshot and replicate queue. Add a filter to queue processing in order to only process the scratch range. This speeds up the test and prevents timing conditions between the two queues under stress. The test remains skipped under stress-race due to its size (5 nodes) causing timeouts. Resolves: #76996 Epic: none Release note: None 110818: kvserver: export secondary cache counter metrics r=joshimhoff a=joshimhoff Fixes #110899. **kvserver: export secondary cache counter metrics** This commits exports counter metrics regarding the secondary cache added at cockroachdb/pebble#2760. This commit doesn't export the histogram metrics added in that PR. While working on this one, I have realized a follow up PR is needed to export the bucketing scheme to CRDB. Release note: None. 111039: sql: fix flaky TestHotRangesStats r=j82w a=j82w The test failed with timeouts under stress. The test is switched to use the SucceedsSoon which allows for more time when under stress. Fixes: #111036 Release note: None Co-authored-by: Austen McClernon <[email protected]> Co-authored-by: Josh Imhoff <[email protected]> Co-authored-by: j82w <[email protected]>
- Loading branch information