From b9bd1901fe8030612c73abb81be75e2ee8673fb7 Mon Sep 17 00:00:00 2001 From: Michael Demmer Date: Thu, 25 Jul 2024 13:42:58 -0400 Subject: [PATCH] update flags test expectation Signed-off-by: Michael Demmer --- go/flags/endtoend/vtgate.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go/flags/endtoend/vtgate.txt b/go/flags/endtoend/vtgate.txt index 237f6a8bcea..c023a08af00 100644 --- a/go/flags/endtoend/vtgate.txt +++ b/go/flags/endtoend/vtgate.txt @@ -28,9 +28,9 @@ Flags: --allow-kill-statement Allows the execution of kill statement --allowed_tablet_types strings Specifies the tablet types this vtgate is allowed to route queries to. Should be provided as a comma-separated set of tablet types. --alsologtostderr log to standard error as well as files - --balancer_enabled Whether to enable the tablet balancer to evenly spread query load - --balancer_keyspaces strings When in balanced mode, a comma-separated list of keyspaces for which to use the balancer (optional) - --balancer_vtgate_cells strings When in balanced mode, a comma-separated list of cells that contain vtgates (required) + --balancer-enabled Whether to enable the tablet balancer to evenly spread query load + --balancer-keyspaces strings When in balanced mode, a comma-separated list of keyspaces for which to use the balancer (optional) + --balancer-vtgate-cells strings When in balanced mode, a comma-separated list of cells that contain vtgates (required) --bind-address string Bind address for the server. If empty, the server will listen on all available unicast and anycast IP addresses of the local system. --buffer_drain_concurrency int Maximum number of requests retried simultaneously. More concurrency will increase the load on the PRIMARY vttablet when draining the buffer. (default 1) --buffer_keyspace_shards string If not empty, limit buffering to these entries (comma separated). Entry format: keyspace or keyspace/shard. Requires --enable_buffer=true.