From 5fd6aede60b3e46a62b30a2c4fea430cd8fdcf29 Mon Sep 17 00:00:00 2001 From: Wey Gu <1651790+wey-gu@users.noreply.github.com> Date: Tue, 12 Oct 2021 10:24:24 +0800 Subject: [PATCH 1/2] Update 2.balance-syntax.md expose BALANCE DATA RESET PLAN in balance syntax --- .../18.operation-and-maintenance-statements/2.balance-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md b/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md index b04ec9d9217..d2a480dc3a5 100644 --- a/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md +++ b/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md @@ -11,3 +11,5 @@ The `BALANCE` statements are listed as follows. |`BALANCE DATA STOP`|Stops the `BALANCE DATA` task.| |`BALANCE DATA REMOVE `|Scales in the Nebula Graph cluster and detaches specific storage hosts.| |`BALANCE LEADER`|Balances the distribution of storage raft leaders in a Nebula Graph cluster.| +|`BALANCE DATA RESET PLAN`|Reset the task. If a balance task fails to be restarted after being stopped, this command will reset all balance plan.| + From c15fc65473965ee2bea60e8ab3d79d12a0395754 Mon Sep 17 00:00:00 2001 From: "max.zhu@vesoft.com" <86282370+izhuxiaoqing@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:58:46 +0800 Subject: [PATCH 2/2] Update 2.balance-syntax.md --- .../18.operation-and-maintenance-statements/2.balance-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md b/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md index d2a480dc3a5..e01517c67b8 100644 --- a/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md +++ b/docs-2.0/3.ngql-guide/18.operation-and-maintenance-statements/2.balance-syntax.md @@ -11,5 +11,5 @@ The `BALANCE` statements are listed as follows. |`BALANCE DATA STOP`|Stops the `BALANCE DATA` task.| |`BALANCE DATA REMOVE `|Scales in the Nebula Graph cluster and detaches specific storage hosts.| |`BALANCE LEADER`|Balances the distribution of storage raft leaders in a Nebula Graph cluster.| -|`BALANCE DATA RESET PLAN`|Reset the task. If a balance task fails to be restarted after being stopped, this command will reset all balance plan.| +|`BALANCE DATA RESET PLAN`|Resets the task. If a balance task fails to be restarted after being stopped, this command will reset all balance plan.|