-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove deprecated flags before v18.0.0
#14071
Changes from 3 commits
7eb6c68
8385c0e
9982bf1
6b0b8de
c002026
086f9ed
05ac200
cd10142
c58032c
5f75ed6
d91f6f1
3d13c10
2e79a22
2889218
61c8b4a
3a43a34
11c799e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
- [Updated to node v18.16.0](#update-node) | ||
- **[Deprecations and Deletions](#deprecations-and-deletions)** | ||
- [Deprecated Flags](#deprecated-flags) | ||
- [Deleted Flags](#deleted-flags) | ||
- [Deleted `V3` planner](#deleted-v3) | ||
- [Deleted `k8stopo`](#deleted-k8stopo) | ||
- [Deleted `vtgr`](#deleted-vtgr) | ||
|
@@ -115,6 +116,35 @@ VTGate flag: | |
|
||
- `--schema_change_signal_user` is deprecated and will be removed in `v19.0` | ||
|
||
#### <a id="deleted-flags"/>Deleted Command Line Flags | ||
|
||
Flags in `vtcombo`: | ||
- `--vtctld_addr` | ||
|
||
Flags in `vtctldclient`: | ||
- `--skip-preflight` | ||
|
||
Flags in `vtgate`: | ||
- `--vtctld_addr` | ||
|
||
Flags in `vttablet`: | ||
- `--vtctld_addr` | ||
- `--use_super_read_only` | ||
- `--disable-replication-manager` | ||
- `--init_populate_metadata` | ||
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. FWIW we said that we deleted this flag in the v16 summary. Maybe we meant deprecated there? Or maybe that's the one that we had to temporarily resurrect... 😄 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. Originally it was meant to be 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. and went from 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. but the flag has always been marked as deprecated, so all good. I can change the |
||
- `--queryserver-config-pool-prefill-parallelis` | ||
frouioui marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- `--queryserver-config-stream-pool-prefill-parallelis` | ||
frouioui marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- `--queryserver-config-transaction-pool-prefill-parallelis` | ||
frouioui marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- `--queryserver-config-schema-change-signal-interval` | ||
|
||
Flags in `vtctld`: | ||
- `--vtctld_show_topology_crud` | ||
- `--durability_policy` | ||
|
||
Flags in `vtorc`: | ||
- `--lock-shard-timeout` | ||
- `--orc_web_dir` | ||
|
||
#### <a id="deleted-v3"/>Deleted `v3` planner | ||
|
||
The `Gen4` planner has been the default planner since Vitess 14. The `v3` planner was deprecated in Vitess 15 and has now been removed in this release. | ||
|
This file was deleted.
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.
This flag is specific to the ApplySchema command and should be documented that way. It's not a general vtctldclient flag.
Try
vtctldclient --help
vsvtctldclient ApplySchema --help
to see the difference.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.
Fixed via 05ac200
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.
I'm assuming we mean skip_preflight as well? That's the one that I see mentioned in v17:
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.
I have added another section below for
skip_preflight