-
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.
113999: engineccl: Add benchmark for ctr_stream encryption r=sumeerbhola a=bdarnell Start measuring performance of this code in anticipation of improving it. Epic: none Release note: None 115223: clusterversion: change string for upgrade versions r=RaduBerinde a=RaduBerinde #### clusterversion: move ReleaseSeries functionality to roacphb.Version This change moves the implementation of `clusterversion.Key.ReleaseSeries()` to `roachpb`. We now use a hardcoded map of sucessor versions. Epic: none Release note: None #### clusterversion: change string for upgrade versions This change concerns cluster versions during upgrade. When starting an upgrade from e.g. 23.3 to 24.1, we start with the cluster version 23.2 and then we go through a sequence of internal versions associated with various upgrade steps. These versions are presented as `23.2-x`, e.g. `23.2-8`. This formatting doesn't make it clear what this version represents. It can also be confusing - `23.2-8` looks very close to `23.2.8` which might be an actual CockroachDB version. This change renames versions during upgrade: `23.2-upgrading-to-24.1-step-008`. The internal part is always formatted to three digits (this is intended to reduce the chance of confusing the internal part to a patch release). Informs: #112629 Release note (general change): Versions during upgrades are renamed, for example `23.2-8` is now `23.2-upgrading-to-24.1-step-008`. Co-authored-by: Ben Darnell <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
16 changed files
with
311 additions
and
94 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
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.