Skip to content

Commit

Permalink
reorder e2e vttablet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt committed Mar 14, 2023
1 parent f5327df commit 34f24da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/flags/endtoend/vttablet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ Usage of vttablet:
Synonym to -enable_lag_throttler
--enable-query-plan-field-caching
Synonym to -enable_query_plan_field_caching (default true)
--enable-system-health-monitor
Enable collection of system health metrics, currently cpu usage only.
--enable-tx-throttler
Synonym to -enable_tx_throttler
--enable_consolidator
Expand All @@ -397,8 +399,6 @@ Usage of vttablet:
Use polling to track replication lag.
--enable_semi_sync
Enable semi-sync when configuring replication, on primary and replica tablets only (rdonly tablets will not ack).
--enable-system-health-monitor
Enable collection of system health metrics, currently cpu usage only.
--enable_transaction_limit
If true, limit on number of transactions open at the same time will be enforced for all users. User trying to open a new transaction after exhausting their limit will receive an error immediately, regardless of whether there are available slots or not.
--enable_transaction_limit_dry_run
Expand Down

0 comments on commit 34f24da

Please sign in to comment.