-
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.
Browse files
Browse the repository at this point in the history
68929: opt: add AOST to ANALYZE r=mgartner a=mgartner A long running `ANALYZE` can result in a GC TTL error like: batch timestamp 1628283892.315459871,0 must be after replica GC threshold 1628283892.326056946,0 This commit prevents this error by adding `AS OF SYSTEM TIME '-0.001ms'` automatically to all `ANALYZE` statements. This triggers use of inconsistent scans. See the sql.stats.max_timestamp_age setting. Fixes #68590 Release note (bug fix): Long running `ANALYZE` statements will no longer result in GC TTL errors. Release justification: This is a low-risk fix for the `ANALYZE` statement. 69359: roachtest: clarify when to regenerate fixtures r=celiala a=celiala As per noted in #69340 (comment), this PR rewords verMap comment slightly to clarify that fixture generation only needs to happen if a new key is added (e.g. for a new release). Release justification: non-production code change Release note: None 69516: roachtest: disable ballast during disk-stall roachtest r=nicktrav a=jbowens The charybdefs FUSE filesystem used in the disk-stall roachtest slows down file writes. Creating a default 1 GiB emergency ballast via the FUSE filesystem was prohibitively slow. Fix #64240. Fix #58238. Release justification: non-production code changes Release note: none 69566: cli: make unsafe-remove-dead-replicas work with encrypted stores r=sumeerbhola a=sumeerbhola Release justification: Low-risk bug fix to existing functionality. Release note: None 69567: admission: fix overflow bug in ioLoadListener r=sumeerbhola a=sumeerbhola Fixes #69461,#69463 Release justification: High-severity bug fix to new funtionality. Release note: None Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Celia La <[email protected]> Co-authored-by: Jackson Owens <[email protected]> Co-authored-by: sumeerbhola <[email protected]>
- Loading branch information
Showing
8 changed files
with
51 additions
and
13 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
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