forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
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
98010: release: `update-versions` bug fixes r=rail a=renatolabs This fixes two issues found in the `update-versions` automation found while attempting to run it in the process of releasing 22.2.6. * the `isLatestStableBranch` function would only consider the current released version to be the latest if it is greater than the last known release. However, this automation is run after the release is published and the corresponding tag created, so the comparison should actually be that the released version be greater than or equal to the latest release. * the `set-cockroach-version` part of the update should only run if we are releasing something v23 or newer. This updates the logic to ignore `version.txt` related updates otherwise. Epic: none Release note: None 98397: kv: temporarily disable SST rewrite concurrency r=RaduBerinde a=RaduBerinde When SST rewrite concurrency is not zero, we use the Pebble SST rewrite code which appears to be broken when value blocks are enabled. This change temporarily sets the concurrency to 0 until the problem is fixed. Informs cockroachdb#97076. Epic: none Release note: None Co-authored-by: Renato Costa <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
11 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