-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were no roachtests which used the new CPU load based splitter. This commit adds similar tests as those that exist for QPS: - spanning - uniform - sequential In addition to select YCSB tests which have a column family schema and zipfian/latest distributions. It is a known issue that the YCSB workloads will commonly return a start key due to column families when splitting a range with a single hot row #102136. - YCSB/A - YCSB/B - YCSB/D - YCSB/E Both the minimum and maximimum number of ranges after some time is asserted on. For YCSB and KV uniform, the period is 10 minutes. For KV spanning and sequential, the period is 60 seconds. Unlike QPS splitting, which will not attempt to split Spanning requests, CPU splitting will attempt to split ranges with higher CPU than the threshold, as this does not result in signal amplification unlike QPS - which doubles the QPS on each split of span request heavy ranges. Resolves: #97540 Release note: None
- Loading branch information
Showing
1 changed file
with
231 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters