Skip to content

Commit 9ee1b32

Browse files
Sync for commit 893cc9d7b6f80eab3b103ec327330ad501e16e4f
Signed-off-by: Rohit Nayak <[email protected]>
1 parent adb976d commit 9ee1b32

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

flags/14.0/vtctldclient.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Available Commands:
8383
ValidateSchemaKeyspace Validates that the schema on the primary tablet for shard 0 matches the schema on all other tablets in the keyspace.
8484
ValidateShard Validates that all nodes reachable from the specified shard are consistent.
8585
ValidateVersionKeyspace Validates that the version on the primary tablet of shard 0 matches all of the other tablets in the keyspace.
86+
ValidateVersionShard Validates that the version on the primary matches all of the replicas.
8687
completion Generate the autocompletion script for the specified shell
8788
help Help about any command
8889

flags/14.0/vtgate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Usage of vtgate:
126126
--pprof strings enable profiling
127127
--proxy_protocol Enable HAProxy PROXY protocol on MySQL listener socket
128128
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
129+
--query-timeout int Sets the default query timeout (in ms). Can be overridden by session variable (query_timeout) or comment directive (QUERY_TIMEOUT_MS)
129130
--querylog-buffer-size int Maximum number of buffered query logs before throttling log output (default 10)
130131
--querylog-filter-tag string string that must be present in the query for it to be logged; if using a value as the tag, you need to disable query normalization
131132
--querylog-format string format for query logs ("text" or "json") (default "text")

flags/14.0/zk.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Usage of zk:
2+
--emit_stats If set, emit stats to push-based monitoring and stats backends
3+
-h, --help display usage and exit
4+
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
5+
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
6+
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
7+
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
8+
--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)
9+
--server string server(s) to connect to
10+
--stats_backend string The name of the registered push-based monitoring/stats backend to use
11+
--stats_combine_dimensions string List of dimensions to be combined into a single "all" value in exported stats vars
12+
--stats_common_tags strings Comma-separated list of common tags for the stats backend. It provides both label and values. Example: label1:value1,label2:value2
13+
--stats_drop_variables string Variables to be dropped from the list of exported variables.
14+
--stats_emit_period duration Interval between emitting stats to all registered backends (default 1m0s)

flags/14.0/zkctl.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Usage of zkctl:
2+
--alsologtostderr log to standard error as well as files
3+
-h, --help display usage and exit
4+
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
5+
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
6+
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
7+
--log_dir string If non-empty, write log files in this directory
8+
--log_err_stacks log stack traces for errors
9+
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
10+
--logtostderr log to standard error instead of files
11+
--pprof strings enable profiling
12+
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
13+
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
14+
-v, --v Level log level for V logs
15+
--version print binary version
16+
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
17+
--zk.cfg string zkid@server1:leaderPort1:electionPort1:clientPort1,...) (default "6@<hostname>:3801:3802:3803")
18+
--zk.myid uint which server do you want to be? only needed when running multiple instance on one box, otherwise myid is implied by hostname

0 commit comments

Comments
 (0)