-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document changes from vitessio/vitess#16906 (#1866)
* Document changes from vitessio/vitess#16906 Signed-off-by: Matt Lord <[email protected]> * Bring v22 docs up-to-date with main after PR merged Signed-off-by: Matt Lord <[email protected]> * Add two new files Signed-off-by: Matt Lord <[email protected]> * Update v21 docs as well Signed-off-by: Matt Lord <[email protected]> --------- Signed-off-by: Matt Lord <[email protected]>
- Loading branch information
Showing
320 changed files
with
485 additions
and
326 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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_AddCellInfo.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_AddCellsAlias.md
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
2 changes: 1 addition & 1 deletion
2
.../21.0/reference/programs/vtctldclient/vtctldclient_ApplyKeyspaceRoutingRules.md
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
2 changes: 1 addition & 1 deletion
2
.../en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ApplyRoutingRules.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ApplySchema.md
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
2 changes: 1 addition & 1 deletion
2
...ocs/21.0/reference/programs/vtctldclient/vtctldclient_ApplyShardRoutingRules.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ApplyVSchema.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_Backup.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_BackupShard.md
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
41 changes: 41 additions & 0 deletions
41
...t/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ChangeTabletTags.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: ChangeTabletTags | ||
series: vtctldclient | ||
commit: 477bb22995e2e6a6dbaf9b45cc8259c017cb95db | ||
--- | ||
## vtctldclient ChangeTabletTags | ||
|
||
Changes the tablet tags for the specified tablet, if possible. | ||
|
||
### Synopsis | ||
|
||
Changes the tablet tags for the specified tablet, if possible. | ||
|
||
Tags must be specified as key=value pairs. | ||
|
||
``` | ||
vtctldclient ChangeTabletTags <alias> <tablet-tag> [ <tablet-tag> ... ] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for ChangeTabletTags | ||
-r, --replace Replace all tablet tags with the tags provided. By default tags are merged/updated. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--action_timeout duration timeout to use for the command (default 1h0m0s) | ||
--compact use compact format for otherwise verbose outputs | ||
--server string server to use for the connection (required) | ||
--topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") | ||
--topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) | ||
--topo-implementation string the topology implementation to use (default "etcd2") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. | ||
|
2 changes: 1 addition & 1 deletion
2
...t/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ChangeTabletType.md
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
2 changes: 1 addition & 1 deletion
2
...ent/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_CheckThrottler.md
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
2 changes: 1 addition & 1 deletion
2
...ent/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_CreateKeyspace.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_CreateShard.md
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
2 changes: 1 addition & 1 deletion
2
...ent/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_DeleteCellInfo.md
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
2 changes: 1 addition & 1 deletion
2
...t/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_DeleteCellsAlias.md
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
2 changes: 1 addition & 1 deletion
2
...ent/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_DeleteKeyspace.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_DeleteShards.md
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
2 changes: 1 addition & 1 deletion
2
...t/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_DeleteSrvVSchema.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_DeleteTablets.md
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
2 changes: 1 addition & 1 deletion
2
...0/reference/programs/vtctldclient/vtctldclient_DistributedTransaction/_index.md
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
2 changes: 1 addition & 1 deletion
2
...ldclient_DistributedTransaction/vtctldclient_DistributedTransaction_conclude.md
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
36 changes: 36 additions & 0 deletions
36
...t_DistributedTransaction/vtctldclient_DistributedTransaction_unresolved-list.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: DistributedTransaction unresolved-list | ||
series: vtctldclient | ||
commit: 477bb22995e2e6a6dbaf9b45cc8259c017cb95db | ||
--- | ||
## vtctldclient DistributedTransaction unresolved-list | ||
|
||
Retrieves unresolved transactions for the given keyspace. | ||
|
||
``` | ||
vtctldclient DistributedTransaction unresolved-list --keyspace <keyspace> --abandon-age <abandon_time_seconds> | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --abandon-age int unresolved transactions list which are older than the specified age(in seconds). | ||
-h, --help help for unresolved-list | ||
-k, --keyspace string unresolved transactions list for the given keyspace. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--action_timeout duration timeout to use for the command (default 1h0m0s) | ||
--compact use compact format for otherwise verbose outputs | ||
--server string server to use for the connection (required) | ||
--topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") | ||
--topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) | ||
--topo-implementation string the topology implementation to use (default "etcd2") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [vtctldclient DistributedTransaction](../) - Perform commands on distributed transaction | ||
|
2 changes: 1 addition & 1 deletion
2
...ocs/21.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md
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
2 changes: 1 addition & 1 deletion
2
.../en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsApp.md
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
2 changes: 1 addition & 1 deletion
2
.../en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsDBA.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_ExecuteHook.md
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
2 changes: 1 addition & 1 deletion
2
...ocs/21.0/reference/programs/vtctldclient/vtctldclient_ExecuteMultiFetchAsDBA.md
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
2 changes: 1 addition & 1 deletion
2
...cs/21.0/reference/programs/vtctldclient/vtctldclient_FindAllShardsInKeyspace.md
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
2 changes: 1 addition & 1 deletion
2
...n/docs/21.0/reference/programs/vtctldclient/vtctldclient_GenerateShardRanges.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_GetBackups.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_GetCellInfo.md
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
2 changes: 1 addition & 1 deletion
2
...t/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_GetCellInfoNames.md
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
2 changes: 1 addition & 1 deletion
2
...nt/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_GetCellsAliases.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_GetFullStatus.md
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
2 changes: 1 addition & 1 deletion
2
content/en/docs/21.0/reference/programs/vtctldclient/vtctldclient_GetKeyspace.md
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.