ReloadSchemaShard

vtctldclient ReloadSchemaShard

Reloads the schema on all tablets in a shard. This is done on a best-effort basis.

  1. vtctldclient ReloadSchemaShard [--concurrency=10] [--include-primary] <keyspace/shard>

Options

  1. --concurrency uint32 Number of tablets to reload in parallel. Set to zero for unbounded concurrency. (default 10)
  2. -h, --help help for ReloadSchemaShard
  3. --include-primary Also reload the primary tablet.

Options inherited from parent commands

  1. --action_timeout duration timeout to use for the command (default 1h0m0s)
  2. --compact use compact format for otherwise verbose outputs
  3. --server string server to use for the connection (required)

SEE ALSO

  • vtctldclient - Executes a cluster management command on the remote vtctld server.