Skip to content

Commit 2c9a77a

Browse files
committed
Align flag description with v22 backport
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> AI disclosure: Claude Code assisted with development. Every line of code was either written by or carefully reviewed by me :)
1 parent 0f83e76 commit 2c9a77a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go/flags/endtoend/vtcombo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Flags:
5151
--config-path strings Paths to search for config files in. (default [{{ .Workdir }}])
5252
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
5353
--config-type string Config file type (omit to infer config type from file extension).
54-
--consolidator-cache-proto3-rows Cache proto3-encoded rows in consolidated results to avoid redundant encoding by waiting queries.
54+
--consolidator-cache-proto3-rows If true, the consolidation leader pre-caches proto3-encoded rows so that waiters avoid redundant encoding work.
5555
--consolidator-query-waiter-cap int Configure the maximum number of clients allowed to wait on the consolidator.
5656
--consolidator-query-waiter-cap-method string Configure the method when consolidator waiter cap is exceeded. Options: fallthrough, reject. (default "fallthrough")
5757
--consolidator-stream-query-size int Configure the stream consolidator query size in bytes. Setting to 0 disables the stream consolidator. (default 2097152)

go/flags/endtoend/vttablet.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Flags:
8585
--config-path strings Paths to search for config files in. (default [{{ .Workdir }}])
8686
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
8787
--config-type string Config file type (omit to infer config type from file extension).
88-
--consolidator-cache-proto3-rows Cache proto3-encoded rows in consolidated results to avoid redundant encoding by waiting queries.
88+
--consolidator-cache-proto3-rows If true, the consolidation leader pre-caches proto3-encoded rows so that waiters avoid redundant encoding work.
8989
--consolidator-query-waiter-cap int Configure the maximum number of clients allowed to wait on the consolidator.
9090
--consolidator-query-waiter-cap-method string Configure the method when consolidator waiter cap is exceeded. Options: fallthrough, reject. (default "fallthrough")
9191
--consolidator-stream-query-size int Configure the stream consolidator query size in bytes. Setting to 0 disables the stream consolidator. (default 2097152)

0 commit comments

Comments
 (0)