-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[cherry-pick]fix anchors for release notes and summary (#11578) #11590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,47 +1,47 @@ | ||
| # Release of Vitess v15.0.0 | ||
| ## Summary | ||
|
|
||
| - **[Breaking Changes](#a-idbreaking-changesbreaking-changes)** | ||
| - [Flags](#a-idflagsflags) | ||
| - [VTTablet Flag Deletions](#a-idvttablet-flag-deletionsvttablet-flag-deletions) | ||
| - [Vindex Interface](#a-idvindex-interfacevindex-interface) | ||
| - **[Deprecations](#a-iddeprecationsdeprecations)** | ||
| - [LogStats Table and Keyspace Deprecated](#a-idlogstats-table-and-keyspace-deprecatedlogstats-table-and-keyspace-deprecated) | ||
| - [Orchestrator Integration Deprecation](#a-idorchestrator-integration-deprecationorchestrator-integration-deprecation) | ||
| - [Connection Pool Prefill](#a-idconnection-pool-prefillconnection-pool-prefill) | ||
| - [InitShardPrimary Deprecation](#a-idinitshardprimary-deprecationinitshardprimary-deprecation) | ||
| - **[Command-Line Syntax Deprecations](#a-idcommand-line-syntax-deprecationscommand-line-syntax-deprecations)** | ||
| - [VTTablet Startup Flag Deletions](#a-idvttablet-startup-flag-deletionsvttablet-startup-flag-deletions) | ||
| - [VTTablet Startup Flag Deprecations](#a-idvttablet-startup-flag-deprecationsvttablet-startup-flag-deprecations) | ||
| - [VTBackup Flag Deprecations](#a-idvtbackup-flag-deprecationsvtbackup-flag-deprecations) | ||
| - **[VTGate](#a-idvtgatevtgate)** | ||
| - [vtgate --mysql-server-pool-conn-read-buffers](#a-idvtgate--mysql-server-pool-conn-read-buffersvtgate---mysql-server-pool-conn-read-buffers) | ||
| - **[VDiff2](#a-idvdiff2vdiff-v2)** | ||
| - [Resume Workflow](#a-idresume-workflowresume-workflow) | ||
| - [vtctl GetSchema --table-schema-only](#a-idvtctl-getschema--table-schema-onlyvtctl-getschema---table-schema-only) | ||
| - [Support for Additional Compressors and Decompressors During Backup & Restore](#a-idsupport-for-additional-compressors-and-decompressors-during-backup--restoresupport-for-additional-compressors-and-decompressors-during-backup--restore) | ||
| - [Independent OLAP and OLTP Transactional Timeouts](#a-idindependant-olap-and-oltp-transactional-timeoutsindependent-olap-and-oltp-transactional-timeouts) | ||
| - [Support for Specifying Group Information in Calls to VTGate](#a-idsupport-for-specifying-group-information-in-calls-to-vtgatesupport-for-specifying-group-information-in-calls-to-vtgate) | ||
| - **[Online DDL Changes](#a-idonline-ddl-changesonline-ddl-changes)** | ||
| - [Concurrent Vitess Migrations](#a-idconcurrent-vitess-migrationsconcurrent-vitess-migrations) | ||
| - [VTCtl Command Changes](#a-idvtctl-command-changesvtctl-command-changes) | ||
| - [New Syntax](#a-idnew-syntaxnew-syntax) | ||
| - **[Tablet Throttler](#a-idtablet-throttlertablet-throttler)** | ||
| - [API Changes](#a-idapi-changesapi-changes) | ||
| - **[Mysql Compatibility](#a-idmysql-compatibilitymysql-compatibility)** | ||
| - [System Settings](#a-idsystem-settingssystem-settings) | ||
| - [Lookup Vindexes](#a-idlookup-vindexeslookup-vindexes) | ||
| - **[Durability Policy](#a-iddurability-policydurability-policy)** | ||
| - [Cross Cell](#a-idcross-cellcross-cell) | ||
| - **[New EXPLAIN Format](#a-idnew-explain-formatnew-explain-format)** | ||
| - [FORMAT=vtexplain](#a-idformatvtexplainformatvtexplain) | ||
| - **[VTOrc](#a-idvtorcvtorc)** | ||
| - [Old UI Removal and Replacement](#a-idold-ui-removal-and-replacementold-ui-removal-and-replacement) | ||
| - [Configuration Refactor and New Flags](#a-idconfiguratoin-refactor-and-new-flagsconfiguration-refactor-and-new-flags) | ||
| - [Example Upgrade](#a-idexample-upgradeexample-upgrade) | ||
| - [Default Configuration Files](#a-iddefault-configuration-filesdefault-configuration-files) | ||
| - **[Flags Restructure](#a-idflags-restructureflags-restructure)** | ||
| - [Flags Diff](#a-idflag-diffflags-diffd) | ||
| - **[Breaking Changes](#breaking-changes)** | ||
| - [Flags](#flags) | ||
| - [VTTablet Flag Deletions](#vttablet-flag-deletions) | ||
| - [Vindex Interface](#vindex-interface) | ||
| - **[Deprecations](#deprecations)** | ||
| - [LogStats Table and Keyspace Deprecated](#logstats-table-and-keyspace-deprecated) | ||
| - [Orchestrator Integration Deprecation](#orchestrator-integration-deprecation) | ||
| - [Connection Pool Prefill](#connection-pool-prefill) | ||
| - [InitShardPrimary Deprecation](#initshardprimary-deprecation) | ||
| - **[Command-Line Syntax Deprecations](#command-line-syntax-deprecations)** | ||
| - [VTTablet Startup Flag Deletions](#vttablet-startup-flag-deletions) | ||
| - [VTTablet Startup Flag Deprecations](#vttablet-startup-flag-deprecations) | ||
| - [VTBackup Flag Deprecations](#vtbackup-flag-deprecations) | ||
| - **[VTGate](#vtgate)** | ||
| - [vtgate --mysql-server-pool-conn-read-buffers](#vtgate--mysql-server-pool-conn-read-buffers) | ||
| - **[VDiff2](#vdiff2)** | ||
| - [Resume Workflow](#resume-workflow) | ||
| - [vtctl GetSchema --table-schema-only](#vtctl-getschema--table-schema-only) | ||
| - [Support for Additional Compressors and Decompressors During Backup & Restore](#support-for-additional-compressors-and-decompressors-during-backup--restore) | ||
| - [Independent OLAP and OLTP Transactional Timeouts](#independant-olap-and-oltp-transactional-timeouts) | ||
| - [Support for Specifying Group Information in Calls to VTGate](#support-for-specifying-group-information-in-calls-to-vtgate) | ||
|
Comment on lines
+21
to
+24
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These should be moved to their own sections or be placed under a |
||
| - **[Online DDL Changes](#online-ddl-changes)** | ||
| - [Concurrent Vitess Migrations](#concurrent-vitess-migrations) | ||
| - [VTCtl Command Changes](#vtctl-command-changes) | ||
| - [New Syntax](#new-syntax) | ||
| - **[Tablet Throttler](#tablet-throttler)** | ||
| - [API Changes](#api-changes) | ||
| - **[Mysql Compatibility](#mysql-compatibility)** | ||
| - [System Settings](#system-settings) | ||
| - [Lookup Vindexes](#lookup-vindexes) | ||
| - **[Durability Policy](#durability-policy)** | ||
| - [Cross Cell](#cross-cell) | ||
| - **[New EXPLAIN Format](#new-explain-format)** | ||
| - [FORMAT=vtexplain](#formatvtexplain) | ||
| - **[VTOrc](#vtorc)** | ||
| - [Old UI Removal and Replacement](#old-ui-removal-and-replacement) | ||
| - [Configuration Refactor and New Flags](#configuratoin-refactor-and-new-flags) | ||
| - [Example Upgrade](#example-upgrade) | ||
| - [Default Configuration Files](#default-configuration-files) | ||
| - **[Flags Restructure](#flags-restructure)** | ||
| - [Flags Diff](#flags-diff) | ||
|
|
||
| ## Major Changes | ||
|
|
||
|
|
@@ -179,7 +179,7 @@ Please see the VDiff2 [documentation](https://vitess.io/docs/15.0/reference/vrep | |
| The new flag `--table-schema-only` skips column introspection. `GetSchema` only returns general schema analysis, and specifically it includes the `CREATE TABLE|VIEW` statement in the `schema` field. | ||
|
|
||
| #### <a id="support-for-additional-compressors-and-decompressors-during-backup-&-restore"/>Support for additional compressors and decompressors during backup & restore | ||
| Backup/Restore now allow you many more options for compression and decompression instead of relying on the default compressor(`pgzip`). | ||
| Backup/Restore now allow you many more options for compression and decompression instead of relying on the default compressor(`pargzip`). | ||
| There are some built-in compressors which you can use out-of-the-box. Users will need to evaluate which option works best for their | ||
| use-case. Here are the flags that control this feature | ||
|
|
||
|
|
@@ -199,7 +199,7 @@ use-case. Here are the flags that control this feature | |
|
|
||
| If you want to use any of the built-in compressors, simply set one of the above values other than `external` for `--compression-engine-name`. The value | ||
| specified in `--compression-engine-name` is saved in the backup MANIFEST, which is later read by the restore process to decide which | ||
| engine to use for decompression. Default value for engine is 'pgzip'. | ||
| engine to use for decompression. Default value for engine is 'pargzip'. | ||
|
|
||
| If you would like to use a custom command or external tool for compression/decompression then you need to provide the full command with | ||
| arguments to the `--external-compressor` and `--external-decompressor` flags. `--external-compressor-extension` flag also needs to be provided | ||
|
|
@@ -421,7 +421,7 @@ The default files that VTOrc searches for configurations in have also changed fr | |
|
|
||
| ### <a id="flags-restructure"/>Flags Restructure | ||
|
|
||
| #### <a id="flag-diff"/>Flags Diff | ||
| #### <a id="flags-diff"/>Flags Diff | ||
|
|
||
| In addition to these major streams of work in release-15.0, we have made tremendous progress on [VEP-4, aka The Flag Situation](https://github.com/vitessio/enhancements/blob/main/veps/vep-4.md), reorganizing our code so that Vitess binaries and their flags are | ||
| clearly aligned in help text. An immediate win for usability, this positions us well to move on to a [viper](https://github.com/spf13/viper) implementation which will facilitate additional improvements including standardization of flag syntax and runtime configuration reloads. | ||
|
|
||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's not too late, we could change this to deprecations and removals and also note the removal of all legacy sharding related code: #10278