Skip to content
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

docs: fix vague description #9637

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Remove a node with:

This command can be used anywhere there is a `databend-meta` installed.
It will send a `leave` request to the first `<node_addr_i>` it could connect to.
And it will block until the `leave` request is done or an error occur.
As part of the command, the node will be blocked from interacting with the cluster until the Leave request has been completed or an error has occurred.

`databend-meta --leave-via` will quit at once when the `leave` RPC is done.

Expand Down
4 changes: 2 additions & 2 deletions docs/doc/10-deploy/07-query/10-query-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ You can find [sample configuration files](https://github.com/datafuselabs/databe

### tenant_id

* The ID for the databend-query server to store metadata to the Meta Service.
* Identifies the tenant and is used for storing the tenant's metadata.
* Default: `"admin"`
* Env variable: `QUERY_TENANT_ID`

### cluster_id

* The ID for the databend-query server to construct a cluster.
* Identifies the cluster that the databend-query node belongs to.
* Default: `""`
* Env variable: `QUERY_CLUSTER_ID`

Expand Down