-
Notifications
You must be signed in to change notification settings - Fork 0
Difference between latest 15.0 main files with 14.0-release #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
rohit-nayak-ps
wants to merge
7
commits into
flags-14.0
Choose a base branch
from
flags-15.0-latest
base: flags-14.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e76a306
latest 15.0 files
rohit-nayak-ps adb976d
Updating with the RC1 version as of 0c257dd138186b311e8f9716dfed73b58…
rohit-nayak-ps 9ee1b32
Sync for commit 893cc9d7b6f80eab3b103ec327330ad501e16e4f
rohit-nayak-ps 937282d
Added missing vtadmin: this will show up as a new file since the vtad…
rohit-nayak-ps c824195
Updated to release 15.0 sha bd8d5c8577e9eadc47b326ed5ea9261196cc1a1f
rohit-nayak-ps 90715c3
Updated to sha 6e1aab8f03b2e7ed19758b79c8c3273565192754 (Thu Oct 20 1…
rohit-nayak-ps 602a439
Update to df77bcf10d7ad12cee7d0b8a2a52643fb6089eb1 (Fri Oct 21 14:42:…
rohit-nayak-ps File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,19 @@ | ||
Usage of vtaclcheck: | ||
--acl_file string The path of the JSON ACL file to check | ||
--alsologtostderr log to standard error as well as files | ||
--catch-sigpipe catch and ignore SIGPIPE on stdout and stderr if specified | ||
--cpu_profile string deprecated: use '-pprof=cpu' instead | ||
--datadog-agent-host string host to send spans to. if empty, no tracing will be done | ||
--datadog-agent-port string port to send spans to. if empty, no tracing will be done | ||
--emit_stats If set, emit stats to push-based monitoring and stats backends | ||
--grpc_auth_mode string Which auth plugin implementation to use (eg: static) | ||
--grpc_auth_mtls_allowed_substrings string List of substrings of at least one of the client certificate names (separated by colon). | ||
--grpc_auth_static_password_file string JSON File to read the users/passwords from. | ||
--grpc_ca string server CA to use for gRPC connections, requires TLS, and enforces client certificate check | ||
--grpc_cert string server certificate to use for gRPC connections, requires grpc_key, enables TLS | ||
--grpc_crl string path to a certificate revocation list in PEM format, client certificates will be further verified against this file during TLS handshake | ||
--grpc_enable_optional_tls enable optional TLS mode when a server accepts both TLS and plain-text connections on the same port | ||
--grpc_enable_tracing Enable GRPC tracing | ||
--grpc_key string server private key to use for gRPC connections, requires grpc_cert, enables TLS | ||
--grpc_max_connection_age duration Maximum age of a client connection before GoAway is sent. (default 2562047h47m16.854775807s) | ||
--grpc_max_connection_age_grace duration Additional grace period after grpc_max_connection_age, after which connections are forcibly closed. (default 2562047h47m16.854775807s) | ||
--grpc_max_message_size int Maximum allowed RPC message size. Larger messages will be rejected by gRPC with the error 'exceeding the max size'. (default 16777216) | ||
--grpc_port int Port to listen on for gRPC calls | ||
--grpc_prometheus Enable gRPC monitoring with Prometheus | ||
--grpc_server_ca string path to server CA in PEM format, which will be combine with server cert, return full certificate chain to clients | ||
--grpc_server_initial_conn_window_size int gRPC server initial connection window size | ||
--grpc_server_initial_window_size int gRPC server initial window size | ||
--grpc_server_keepalive_enforcement_policy_min_time duration gRPC server minimum keepalive time (default 10s) | ||
--grpc_server_keepalive_enforcement_policy_permit_without_stream gRPC server permit client keepalive pings even when there are no active streams (RPCs) | ||
--jaeger-agent-host string host and port to send spans to. if empty, no tracing will be done | ||
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever) | ||
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever) | ||
--lameduck-period duration keep running at least this long after SIGTERM before stopping (default 50ms) | ||
--log_backtrace_at value when logging hits line file:N, emit a stack trace | ||
--log_dir string If non-empty, write log files in this directory | ||
--log_err_stacks log stack traces for errors | ||
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800) | ||
--logtostderr log to standard error instead of files | ||
--mem-profile-rate int deprecated: use '-pprof=mem' instead (default 524288) | ||
--mutex-profile-fraction int deprecated: use '-pprof=mutex' instead | ||
--mysql_auth_server_static_file string JSON File to read the users/passwords from. | ||
--mysql_auth_server_static_string string JSON representation of the users/passwords config. | ||
--mysql_auth_static_reload_interval duration Ticker to reload credentials | ||
--mysql_clientcert_auth_method string client-side authentication method to use. Supported values: mysql_clear_password, dialog. (default mysql_clear_password) | ||
--mysql_server_flush_delay duration Delay after which buffered response will be flushed to the client. (default 100ms) | ||
--mysql_server_version string MySQL server version to advertise. | ||
--onclose_timeout duration wait no more than this for OnClose handlers before stopping (default 1ns) | ||
--onterm_timeout duration wait no more than this for OnTermSync handlers before stopping (default 10s) | ||
--pid_file string If set, the process will write its pid to the named file, and delete it on graceful shutdown. | ||
--pprof string enable profiling | ||
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s) | ||
--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) | ||
--service_map value comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-vtworker | ||
--sql-max-length-errors int truncate queries in error logs to the given length (default unlimited) | ||
--sql-max-length-ui int truncate queries in debug UIs to the given length (default 512) (default 512) | ||
--static_auth_file string The path of the auth_server_static JSON file to check | ||
--stats_backend string The name of the registered push-based monitoring/stats backend to use | ||
--stats_combine_dimensions string List of dimensions to be combined into a single "all" value in exported stats vars | ||
--stats_common_tags string Comma-separated list of common tags for the stats backend. It provides both label and values. Example: label1:value1,label2:value2 | ||
--stats_drop_variables string Variables to be dropped from the list of exported variables. | ||
--stats_emit_period duration Interval between emitting stats to all registered backends (default 1m0s) | ||
--stderrthreshold value logs at or above this threshold go to stderr (default 1) | ||
--tracer string tracing service to use (default noop) | ||
--tracing-enable-logging whether to enable logging in the tracing service | ||
--tracing-sampling-rate value sampling rate for the probabilistic jaeger sampler (default 0.1) | ||
--tracing-sampling-type value sampling strategy to use for jaeger. possible values are 'const', 'probabilistic', 'rateLimiting', or 'remote' (default const) | ||
--v value log level for V logs | ||
--version print binary version | ||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging | ||
--acl-file string The path of the JSON ACL file to check | ||
--alsologtostderr log to standard error as well as files | ||
-h, --help display usage and exit | ||
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever) | ||
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever) | ||
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) | ||
--log_dir string If non-empty, write log files in this directory | ||
--log_err_stacks log stack traces for errors | ||
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800) | ||
--logtostderr log to standard error instead of files | ||
--pprof strings enable profiling | ||
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s) | ||
--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) | ||
--static-auth-file string The path of the auth_server_static JSON file to check | ||
--stderrthreshold severity logs at or above this threshold go to stderr (default 1) | ||
-v, --v Level log level for V logs | ||
--version print binary version | ||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Usage: | ||
vtadmin [flags] | ||
|
||
Flags: | ||
--addr string address to serve on (default ":15000") | ||
--alsologtostderr log to standard error as well as files | ||
--cache-refresh-key string instructs a request to ignore any cached data (if applicable) and refresh the cache;usable as an HTTP header named 'X-<key>' and as a gRPC metadata key '<key>' | ||
Note: any whitespace characters are replaced with hyphens. (default "vt-cache-refresh") | ||
--cluster cluster.ClustersFlag per-cluster configuration. any values here take precedence over those in -cluster-defaults or -cluster-config (default []) | ||
--cluster-config cluster.FileConfig path to a yaml cluster configuration. see clusters.example.yaml (default {defaults: *cluster.Config:{ID: Name: DiscoveryImpl: DiscoveryFlagsByImpl:map[] TabletFQDNTmplStr: VtSQLFlags:map[] VtctldFlags:map[] BackupReadPoolConfig:<nil> SchemaReadPoolConfig:<nil> TopoRWPoolConfig:<nil> TopoReadPoolConfig:<nil> WorkflowReadPoolConfig:<nil> EmergencyFailoverPoolConfig:<nil> FailoverPoolConfig:<nil> SchemaCacheConfig:<nil> vtctldConfigOpts:[] vtsqlConfigOpts:[]}, clusters: []}) | ||
--cluster-defaults cluster.Config default options for all clusters (default *cluster.Config:{ID: Name: DiscoveryImpl: DiscoveryFlagsByImpl:map[] TabletFQDNTmplStr: VtSQLFlags:map[] VtctldFlags:map[] BackupReadPoolConfig:<nil> SchemaReadPoolConfig:<nil> TopoRWPoolConfig:<nil> TopoReadPoolConfig:<nil> WorkflowReadPoolConfig:<nil> EmergencyFailoverPoolConfig:<nil> FailoverPoolConfig:<nil> SchemaCacheConfig:<nil> vtctldConfigOpts:[] vtsqlConfigOpts:[]}) | ||
--datadog-agent-host string host to send spans to. if empty, no tracing will be done | ||
--datadog-agent-port string port to send spans to. if empty, no tracing will be done | ||
--emit_stats If set, emit stats to push-based monitoring and stats backends | ||
--enable-dynamic-clusters whether to enable dynamic clusters that are set by request header cookies or gRPC metadata | ||
--grpc-allow-reflection grpc_cli whether to register the gRPC server for reflection; this is required to use tools like grpc_cli | ||
--grpc-enable-channelz whether to enable the channelz service on the gRPC server | ||
--grpc-tracing whether to enable tracing on the gRPC server | ||
-h, --help help for vtadmin | ||
--http-debug-omit-env StringSetFlag name of an environment variable to omit from /debug/env, if http debug endpoints are enabled. specify multiple times to omit multiple env vars | ||
--http-debug-sanitize-env StringSetFlag name of an environment variable to sanitize in /debug/env, if http debug endpoints are enabled. specify multiple times to sanitize multiple env vars | ||
--http-metrics-endpoint string HTTP endpoint to expose prometheus metrics on. Omit to disable scraping metrics. Using a path used by VTAdmin's http API is unsupported and causes undefined behavior. (default "/metrics") | ||
--http-no-compress whether to disable compression of HTTP API responses | ||
--http-no-debug whether to disable /debug/pprof/* and /debug/env HTTP endpoints | ||
--http-origin strings repeated, comma-separated flag of allowed CORS origins. omit to disable CORS | ||
--http-tablet-url-tmpl string [EXPERIMENTAL] Go template string to generate a reachable http(s) address for a tablet. Currently used to make passthrough requests to /debug/vars endpoints. (default "https://{{ .Tablet.Hostname }}:80") | ||
--http-tracing whether to enable tracing on the HTTP server | ||
--jaeger-agent-host string host and port to send spans to. if empty, no tracing will be done | ||
--lame-duck-duration duration length of lame duck period at shutdown (default 5s) | ||
--lmux-read-timeout duration how long to spend connection muxing (default 1s) | ||
--log_dir string If non-empty, write log files in this directory | ||
--logtostderr log to standard error instead of files | ||
--no-rbac whether to disable RBAC. must be set if not passing --no-rbac | ||
--rbac whether to enable RBAC. must be set if not passing --rbac | ||
--rbac-config string path to an RBAC config file. must be set if passing --rbac | ||
--stats_backend string The name of the registered push-based monitoring/stats backend to use | ||
--stats_combine_dimensions string List of dimensions to be combined into a single "all" value in exported stats vars | ||
--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 | ||
--stats_drop_variables string Variables to be dropped from the list of exported variables. | ||
--stats_emit_period duration Interval between emitting stats to all registered backends (default 1m0s) | ||
--stderrthreshold severity logs at or above this threshold go to stderr (default 1) | ||
--tracer string tracing service to use (default "noop") | ||
--tracing-enable-logging whether to enable logging in the tracing service | ||
--tracing-sampling-rate float sampling rate for the probabilistic jaeger sampler (default 0.1) | ||
--tracing-sampling-type string sampling strategy to use for jaeger. possible values are 'const', 'probabilistic', 'rateLimiting', or 'remote' (default "const") | ||
-v, --v Level log level for V logs | ||
--version version for vtadmin |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.