You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go/flags/endtoend/vtcombo.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ Flags:
181
181
--init_db_name_override string (init parameter) override the name of the db used by vttablet. Without this flag, the db name defaults to vt_<keyspacename>
182
182
--init_keyspace string (init parameter) keyspace to use for this tablet
183
183
--init_shard string (init parameter) shard to use for this tablet
184
-
--init_tablet_type string (init parameter) the tablet type to use for this tablet. Can be REPLICA, RDONLY, or SPARE. The default is REPLICA.
184
+
--init_tablet_type string (init parameter) tablet type to use for this tablet. Valid values are: REPLICA, RDONLY, EXPERIMENTAL and SPARE. The default is REPLICA.
185
185
--init_tags StringMap (init parameter) comma separated list of key:value pairs used to tag the tablet
186
186
--init_timeout duration (init parameter) timeout to use for the init phase. (default 1m0s)
187
187
--jaeger-agent-host string host and port to send spans to. if empty, no tracing will be done
Copy file name to clipboardExpand all lines: go/flags/endtoend/vttablet.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ Flags:
209
209
--init_db_name_override string (init parameter) override the name of the db used by vttablet. Without this flag, the db name defaults to vt_<keyspacename>
210
210
--init_keyspace string (init parameter) keyspace to use for this tablet
211
211
--init_shard string (init parameter) shard to use for this tablet
212
-
--init_tablet_type string (init parameter) the tablet type to use for this tablet. Can be REPLICA, RDONLY, or SPARE. The default is REPLICA.
212
+
--init_tablet_type string (init parameter) tablet type to use for this tablet. Valid values are: REPLICA, RDONLY, EXPERIMENTAL and SPARE. The default is REPLICA.
213
213
--init_tags StringMap (init parameter) comma separated list of key:value pairs used to tag the tablet
214
214
--init_timeout duration (init parameter) timeout to use for the init phase. (default 1m0s)
215
215
--jaeger-agent-host string host and port to send spans to. if empty, no tracing will be done
fs.StringVar(&tabletHostname, "tablet_hostname", tabletHostname, "if not empty, this hostname will be assumed instead of trying to resolve it")
106
106
fs.StringVar(&initKeyspace, "init_keyspace", initKeyspace, "(init parameter) keyspace to use for this tablet")
107
107
fs.StringVar(&initShard, "init_shard", initShard, "(init parameter) shard to use for this tablet")
108
-
fs.StringVar(&initTabletType, "init_tablet_type", initTabletType, "(init parameter) the tablet type to use for this tablet. Can be REPLICA, RDONLY, or SPARE. The default is REPLICA.")
108
+
fs.StringVar(&initTabletType, "init_tablet_type", initTabletType, "(init parameter) tablet type to use for this tablet. Valid values are: REPLICA, RDONLY, EXPERIMENTAL and SPARE. The default is REPLICA.")
109
109
fs.BoolVar(&initTabletTypeLookup, "init-tablet-type-lookup", initTabletTypeLookup, "(Experimental, init parameter) if enabled, uses tablet alias to look up the tablet type from the existing topology record on restart and use that instead of init_tablet_type. This allows tablets to maintain their changed roles (e.g., RDONLY/DRAINED) across restarts. If disabled or if no topology record exists, init_tablet_type will be used.")
110
110
fs.StringVar(&initDbNameOverride, "init_db_name_override", initDbNameOverride, "(init parameter) override the name of the db used by vttablet. Without this flag, the db name defaults to vt_<keyspacename>")
111
111
fs.StringVar(&skipBuildInfoTags, "vttablet_skip_buildinfo_tags", skipBuildInfoTags, "comma-separated list of buildinfo tags to skip from merging with --init_tags. each tag is either an exact match or a regular expression of the form '/regexp/'.")
0 commit comments