-
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.
36424: libroach: bump up rocks write-backpressure triggers significantly r=dt a=dt We belive these triggers are unlikely to be hit in normal operation. However they are easy to hit during bulk ingestion of SSTs, as that can quickly add large amounts of data or numbers of files to any given level. When Rocks assumes levels got that way via regular writes getting ahead of the compactor, these triggers then start slowing those writes, affecting foreground traffic that, in reality, is not what hit those triggers. We considered dynamically raising these only durion bulk ingestion, but given that we don't believe they are currently being hit, simply raising them should achieve the same effect without any added complexity. Release note (performance improvement): avoid rocksdb slowing down write traffic during bulk-ingestions. 36488: roachprod: enable dns_hostnames in VPC and re-enable terraform config r=ajwerner a=ajwerner It turns out the missing configuration option from the terraform configuration was using dns hostnames. Now that it's enabled the terraform-created VPCs and associated configuration works with roachtest. This PR fixes the terraform config (which has been applied and tested) and sets it back to the default. Also fixes a broken reference to a renamed terraform output. Release note: None Co-authored-by: David Taylor <[email protected]> Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
6 changed files
with
37 additions
and
12 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
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