Skip to content

Commit

Permalink
Merge pull request #486 from vitessio/fix-missing-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
frouioui authored Dec 4, 2023
2 parents 70f79fe + 7b901a8 commit 007f831
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ansible/macrobench_sharded_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ all:
DEVICE_IP_0:
vtgate:
vars:
vtgate_query_cache_size: 5000
vtgate_max_goproc: 42
hosts:
DEVICE_IP_0:
Expand Down
1 change: 0 additions & 1 deletion ansible/macrobench_unsharded_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ all:
DEVICE_IP_0:
vtgate:
vars:
vtgate_query_cache_size: 1000
vtgate_max_goproc: 6
hosts:
DEVICE_IP_0:
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/vtgate/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ vtgate_grpc_port: '15306'
enable_vtgate: True
clean_vtgate: True

vtgate_query_cache_size: 1000
vtgate_max_goproc: 24

vtgate_deadline_pprof: 300
1 change: 0 additions & 1 deletion ansible/roles/vtgate/templates/vtgate.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ EXTRA_VTGATE_FLAGS="\
--planner-version {{ vitess_planner_version }} \
--vschema_ddl_authorized_users \"%\" \
--vtgate-config-terse-errors \
--gate_query_cache_size {{ vtgate_query_cache_size }} \
--tablet_types_to_wait REPLICA \
{{gateway.extra_flags|default("")}} \
{{extra_vtgate_flags|default("")}} \
Expand Down

0 comments on commit 007f831

Please sign in to comment.