-
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
108863: streamingest: periodically output replication-frontier.txt file r=msbutler a=adityamaru Please see individual commits for details. Informs: #108374 111275: gc: separate out lock table scan in the gc queue r=nvanbenschoten a=arulajmani Previously, we'd handle resolving intents while scanning through the MVCC keyspace if we came across one. We would resolve it if it was older than some configurable threshold. In all this, we never needed to scan the lock table keyspace directly. We're introducing replicated shared and exclusive locks. The GC queue is expected to resolve extant replicated locks, and as such, needs to concern itself with an explicit lock table scan. This patch removes intent handling from the scan of the MVCC keyspace. For now, no behavior changes -- we only look for and resolve intents. In a future patch we'll extend this behavior to include shareed and exclusive replicated locks. While here, we also modify an exsiting test (`TestIntentAgeThresholdSetting`) to include an intent on a range local key. I've ensured that the test fails if we were to only scan the lock table corresponding to the global keyspace of a range. Informs #111215 Release note: None 111356: ccl: syntax change restore option strip_localities to remove_regions r=msbutler a=annrpom This changes the syntax from newly added RESTORE option, strip_localities, to remove_regions. The former was inadequate because it was too similar to an existing option, along with not being an accurately descriptive enough name. Epic: none Informs: #111348 Part of: https://cockroachlabs.atlassian.net/browse/CRDB-29129 Release note (sql change): The syntax for RESTORE option, strip_localities, is now remove_regions. 111376: dev: remove `merge-test-xmls` command r=rail a=rickystewart This was used in old-style `stress`. No need for it now that `dev test --stress` uses `--runs_per_test`. Epic: none Release note: None 111413: roachtest: remove backup creation during node upgrades r=aliher1911 a=aliher1911 In upgrade tests existing nodes try to start backup schedule on every binary restart. This is not adding any value as this feature tests that cluster will run backups created at initial cluster start. At the same time those checks pollute logs constantly. This commit changes options for node restarts in upgrade tests to exclude backups. Epic: none Release note: None 111417: logic: Fix a few incorrect syntax in `scrub` logic test r=Xiang-Gu a=Xiang-Gu This commit fixes a few incorrect syntax in `scrub` logic test. Epic: None Release note: None Co-authored-by: adityamaru <[email protected]> Co-authored-by: Arul Ajmani <[email protected]> Co-authored-by: Annie Pompa <[email protected]> Co-authored-by: Ricky Stewart <[email protected]> Co-authored-by: Oleg Afanasyev <[email protected]> Co-authored-by: Xiang Gu <[email protected]>
- Loading branch information
Showing
32 changed files
with
917 additions
and
182 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
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
Oops, something went wrong.