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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,6 @@ Flags:
329
329
--restore_from_backup_ts string (init restore parameter) if set, restore the latest backup taken at or before this timestamp. Example: '2021-04-29.133050'
330
330
--retain_online_ddl_tables duration How long should vttablet keep an old migrated table before purging it (default 24h0m0s)
331
331
--sanitize_log_messages Remove potentially sensitive information in tablet INFO, WARNING, and ERROR log messages such as query parameters.
332
-
--scatter-update-limit-passthru When enabled, multi-shard UPDATE/DELETE with LIMIT on non-scatter routes (e.g. IN clause on vindex) will push LIMIT to each shard instead of requiring schema tracking for DMLWithInput.
333
332
--schema-change-reload-timeout duration query server schema change reload timeout, this is how long to wait for the signaled schema reload operation to complete before giving up (default 30s)
334
333
--schema-version-max-age-seconds int max age of schema version records to kept in memory by the vreplication historian
335
334
--schema_change_signal Enable the schema tracker; requires queryserver-config-schema-change-signal to be enabled on the underlying vttablets for this to work (default true)
Copy file name to clipboardExpand all lines: go/flags/endtoend/vtgate.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,6 @@ Flags:
188
188
--redact-debug-ui-queries redact full queries and bind variables from debug UI
189
189
--remote_operation_timeout duration time to wait for a remote operation (default 15s)
190
190
--retry-count int retry count (default 2)
191
-
--scatter-update-limit-passthru When enabled, multi-shard UPDATE/DELETE with LIMIT on non-scatter routes (e.g. IN clause on vindex) will push LIMIT to each shard instead of requiring schema tracking for DMLWithInput.
192
191
--schema_change_signal Enable the schema tracker; requires queryserver-config-schema-change-signal to be enabled on the underlying vttablets for this to work (default true)
193
192
--security_policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
194
193
--service_map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice
0 commit comments