-
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.
kvserver: force raft request queue backlog on ingestions
- disable size-based per-replica queue size (100) - disable split delay helper (or import will stall on splits, since the RHS replicas will be very slow to catch up on the split trigger since they likely need to get through a few AddSSTs first) - drain n3, since n3's raftMu is held for extended periods of time and this artificially throttles when proposals are acked, thus slowing the import down to a crawl (which is not a natural mechanism). - disable quota pool - give n3 a 2000 thread scheduler Hopefully easy way to reproduce [#71805]. [#71805]: #71805 (comment) Release note: None
- Loading branch information
Showing
5 changed files
with
9 additions
and
3 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
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
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
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
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