This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new ce7fa5d [typo] Update multi-tenant.md (#7162)
ce7fa5d is described below
commit ce7fa5d6d9454d3b89e75859690fb216ca68167b
Author: renzhimin7 <[email protected]>
AuthorDate: Mon Nov 22 14:47:00 2021 +0800
[typo] Update multi-tenant.md (#7162)
A double quote is missing
---
docs/en/administrator-guide/multi-tenant.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/administrator-guide/multi-tenant.md
b/docs/en/administrator-guide/multi-tenant.md
index a758ac8..8c37afa 100644
--- a/docs/en/administrator-guide/multi-tenant.md
+++ b/docs/en/administrator-guide/multi-tenant.md
@@ -213,7 +213,7 @@ Here we give an example of the steps to start using the
resource division functi
ADMIN SET FRONTEND CONFIG ("disable_tablet_scheduler" = "false");
```
- This process will continue for a period of time depending on the amount of
data involved. And it will cause some colocation tables to fail colocation
planning (because the copy is being migrated). You can view the progress by
`show proc "/cluster_balance/`. You can also judge the progress by the number
of `UnhealthyTabletNum` in `show proc "/statistic"`. When `UnhealthyTabletNum`
drops to 0, it means that the data redistribution is completed. .
+ This process will continue for a period of time depending on the amount of
data involved. And it will cause some colocation tables to fail colocation
planning (because the copy is being migrated). You can view the progress by
`show proc "/cluster_balance/"`. You can also judge the progress by the number
of `UnhealthyTabletNum` in `show proc "/statistic"`. When `UnhealthyTabletNum`
drops to 0, it means that the data redistribution is completed. .
4. Set the user's resource label permissions.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]