This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new f2655c3 fix the V 1.3 doc of English file (#131)
f2655c3 is described below
commit f2655c3056d49cb24f56b3d21eb0ee7b845c470a
Author: wanghui42 <[email protected]>
AuthorDate: Fri Dec 8 19:03:10 2023 +0800
fix the V 1.3 doc of English file (#131)
---
src/UserGuide/Master/Reference/Common-Config-Manual.md | 4 ++--
src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md | 4 ++--
src/UserGuide/Master/Reference/DataNode-Config-Manual.md | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/UserGuide/Master/Reference/Common-Config-Manual.md
b/src/UserGuide/Master/Reference/Common-Config-Manual.md
index 6d93505..b97fb93 100644
--- a/src/UserGuide/Master/Reference/Common-Config-Manual.md
+++ b/src/UserGuide/Master/Reference/Common-Config-Manual.md
@@ -234,9 +234,9 @@ Different configuration parameters take effect in the
following three ways:
|Default| true |
|Effective|After restarting system|
-* storage\_query_schema_consensus_free_memory_proportion
+* datanode\_memory\_proportion
-|Name| data\_node\_memory\_proportion
|
+|Name| datanode\_memory\_proportion
|
|:---:|:-------------------------------------------------------------------------------------------------------------|
|Description| Memory Allocation Ratio: StorageEngine, QueryEngine,
SchemaEngine, StreamingEngine, Consensus and Free Memory |
|Type| Ratio
|
diff --git a/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
b/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
index 3be0e1a..4e9ab11 100644
--- a/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
+++ b/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
@@ -98,9 +98,9 @@ The global configuration of cluster is in ConfigNode.
### Target Config Nodes
-* cn\_target\_config\_node\_list
+* cn\_seed\_config\_node
-|Name| cn\_target\_config\_node\_list |
+|Name| cn\_seed\_config\_node |
|:---:|:----------------------------------------------------------------------|
|Description| Target ConfigNode address, for current ConfigNode to join the
cluster |
|Type| String |
diff --git a/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
b/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
index 9b727a1..c97bffe 100644
--- a/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
+++ b/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
@@ -218,9 +218,9 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
### Target Config Nodes
-* dn\_target\_config\_node\_list
+* dn\_seed\_config\_node
-|Name| dn\_target\_config\_node\_list |
+|Name| dn\_seed\_config\_node |
|:---:|:------------------------------------------------|
|Description| ConfigNode Address for DataNode to join cluster |
|Type| String |