forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlccl: rate limit presplitRanges in RESTORE
On clusters of more than 1 node, dumping all 16000 splits at once (more or less) would consistenly get the cluster stuck in some state it never got out of. Given that our normal codepaths probably weren't designed with this sort of abuse in mind, spread the splits out a bit. For cockroachdb#14792.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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