Skip to content
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
10 changes: 5 additions & 5 deletions src/UserGuide/Master/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Different configuration parameters take effect in the following three ways:

| Name | schema\_region\_consensus\_protocol\_class |
|:-----------:|:--------------------------------------------------------------------------------------------------------------------------------------------:|
| Description | Consensus protocol of schema replicas, SimpleConsensus could only be used in 1 replica,larger than 1 replicas could only use RatisConsensus |
| Description | Consensus protocol of schema replicas,larger than 1 replicas could only use RatisConsensus |
| Type | String |
| Default | org.apache.iotdb.consensus.ratis.RatisConsensus |
| Effective | Only allowed to be modified in first start up |
Expand All @@ -77,7 +77,7 @@ Different configuration parameters take effect in the following three ways:

| Name | data\_region\_consensus\_protocol\_class |
|:-----------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| Description | Consensus protocol of data replicas, SimpleConsensus could only be used in 1 replica,larger than 1 replicas could use IoTConsensus or RatisConsensus |
| Description | Consensus protocol of data replicas,larger than 1 replicas could use IoTConsensus or RatisConsensus |
| Type | String |
| Default | org.apache.iotdb.consensus.simple.SimpleConsensus |
| Effective | Only allowed to be modified in first start up |
Expand Down Expand Up @@ -147,11 +147,11 @@ Different configuration parameters take effect in the following three ways:
| Default | 1 |
| Effective | After restarting system |

* data\_region\_per\_processor
* data\_region\_per\_data\_node

| Name | data\_region\_per\_processor |
| Name | data\_region\_per\_data\_node |
|:-----------:|:--------------------------------------------------------------------------|
| Description | The maximum number of DataRegion expected to be managed by each processor |
| Description | The maximum number of DataRegion expected to be managed by each DataNode |
| Type | double |
| Default | 1.0 |
| Effective | After restarting system |
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ The global configuration of cluster is in ConfigNode.
|Default| 10720 |
|Effective|Only allowed to be modified in first start up|

### Target Config Nodes
### SeedConfigNode

* cn\_seed\_config\_node

|Name| cn\_seed\_config\_node |
|:---:|:----------------------------------------------------------------------|
|Description| Target ConfigNode address, for current ConfigNode to join the cluster |
|Description| Seed ConfigNode's address for current ConfigNode to join the cluster. This parameter is corresponding to cn\_target\_config\_node\_list before V1.2.2 |
|Type| String |
|Default| 127.0.0.1:10710 |
|Effective| Only allowed to be modified in first start up |
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/Master/Reference/DataNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
|Default| "" |
|Effective| After restarting system |

### Target Config Nodes
### SeedConfigNode

* dn\_seed\_config\_node

|Name| dn\_seed\_config\_node |
|:---:|:------------------------------------------------|
|Description| ConfigNode Address for DataNode to join cluster |
|Description| ConfigNode Address for DataNode to join cluster. This parameter is corresponding to dn\_target\_config\_node\_list before V1.2.2 |
|Type| String |
|Default| 127.0.0.1:10710 |
|Effective| Only allowed to be modified in first start up |
Expand Down
Loading