Skip to content

Commit db6402d

Browse files
tanjinxClaude
andcommitted
remove scatter-update-limit-passthru from help text files
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> Signed-off-by: Tanjin Xu <tanjin.xu@slack-corp.com>
1 parent 53a7791 commit db6402d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

go/flags/endtoend/vtcombo.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ Flags:
329329
--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'
330330
--retain_online_ddl_tables duration How long should vttablet keep an old migrated table before purging it (default 24h0m0s)
331331
--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.
333332
--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)
334333
--schema-version-max-age-seconds int max age of schema version records to kept in memory by the vreplication historian
335334
--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)

go/flags/endtoend/vtgate.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ Flags:
188188
--redact-debug-ui-queries redact full queries and bind variables from debug UI
189189
--remote_operation_timeout duration time to wait for a remote operation (default 15s)
190190
--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.
192191
--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)
193192
--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)
194193
--service_map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice

0 commit comments

Comments
 (0)