From d5c7ad5edd078b7c270d9524c2e8e59716793eb1 Mon Sep 17 00:00:00 2001 From: guohuan Date: Sun, 4 Feb 2024 03:19:27 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B=E5=B0=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guohuan --- ...\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" | 2 +- .../cm_ctl\345\267\245\345\205\267\344\273\213\347\273\215.md" | 2 +- .../cm_server\345\217\202\346\225\260.md" | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" "b/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" index 04865b668..c88257fe7 100644 --- "a/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" +++ "b/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" @@ -10,7 +10,7 @@ openGauss提供了以下类型的系统表和视图: 这类系统表和视图具有PG前缀。 -- openGaussl新增的系统表和视图 +- openGauss新增的系统表和视图 这类系统表和视图具有GS前缀。 diff --git "a/content/zh/docs/ToolandCommandReference/cm_ctl\345\267\245\345\205\267\344\273\213\347\273\215.md" "b/content/zh/docs/ToolandCommandReference/cm_ctl\345\267\245\345\205\267\344\273\213\347\273\215.md" index 2b633f04d..4d1d52a71 100644 --- "a/content/zh/docs/ToolandCommandReference/cm_ctl\345\267\245\345\205\267\344\273\213\347\273\215.md" +++ "b/content/zh/docs/ToolandCommandReference/cm_ctl\345\267\245\345\205\267\344\273\213\347\273\215.md" @@ -946,7 +946,7 @@ cm_ctl switch [--ddb_type=[DDB]] [--commit] [--rollback] - 设置CM参数: ``` - cm_ctl set --param --agent | --server [-n NODEID] -k "PARAMETER='value'" + cm_ctl set --param --agent | --server [-n NODEID] -k PARAMETER="'value'" ``` - 获取参数: diff --git "a/content/zh/docs/ToolandCommandReference/cm_server\345\217\202\346\225\260.md" "b/content/zh/docs/ToolandCommandReference/cm_server\345\217\202\346\225\260.md" index 17bfedb37..e104e2c3e 100644 --- "a/content/zh/docs/ToolandCommandReference/cm_server\345\217\202\346\225\260.md" +++ "b/content/zh/docs/ToolandCommandReference/cm_server\345\217\202\346\225\260.md" @@ -96,7 +96,7 @@ **默认值**: 10 -## cm\_server\_arbitrate\_delay\_incrememtal\_time\_out +## cm\_server\_arbitrate\_delay\_incremental\_time\_out **参数说明**: cm\_server仲裁延迟增量时长。cm\_server主断连后,仲裁启动计时开始,经过仲裁延迟时长后,将选出新的cm\_server主。其中仲裁延迟时长由仲裁延迟基础时长、节点index(server ID序号)和增量时长共同决定。公式为:仲裁延迟时长=仲裁延迟基础时长+节点index\*仲裁延迟增量时长参数。 -- Gitee