We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d500d0 commit 061f5ccCopy full SHA for 061f5cc
pkg/cmd/roachtest/tests/split.go
@@ -359,7 +359,7 @@ func registerLoadSplits(r registry.Registry) {
359
// The number of splits should be similar to YCSB/A.
360
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
361
minimumRanges: 15,
362
- maximumRanges: 40,
+ maximumRanges: 60, // see #156261
363
initialRangeCount: 2,
364
load: ycsbSplitLoad{
365
workload: "b",
0 commit comments